247 Commits (master)
 

Autor SHA1 Mensaje Fecha
  Ben Kurtovic c2a52194a8 CP, IN, OUT, JP cc; stub out port functions. hace 8 años
  Ben Kurtovic 7c6d58fd6b XOR r; LD (nn, A) hace 8 años
  Ben Kurtovic deb9943b1c Split off jump table; implement IM and JP nn. hace 8 años
  Ben Kurtovic bec5bbc85c Add smart padding for disassembled bytes. hace 8 años
  Ben Kurtovic ff25c1d436 Nicer bytestring formatting in disassembly. hace 8 años
  Ben Kurtovic b504b7c888 Include memory addresses in disassembly comments. hace 8 años
  Ben Kurtovic c53de6f4c5 Fix alignment in disassembler-generated .rom_size directive. hace 8 años
  Ben Kurtovic 6e69d09d68 Disassemble code in firxt 0x1000 bytes as a test. hace 8 años
  Ben Kurtovic da2a767459 Fix a broken jump argument; use hex for ports. hace 8 años
  Ben Kurtovic 1818c1eede Fix assembler bugs in "ex af, af'" and "ex (sp), hl". hace 8 años
  Ben Kurtovic 0e0c81589f (Very basic) working disassembler. hace 8 años
  Ben Kurtovic fb9d6e1b2b Work on ROM file (i.e., non-inline) disassembler. hace 8 años
  Ben Kurtovic 962171b7ee Store a few extra header fields in the ROM struct; typo fix. hace 8 años
  Ben Kurtovic 4047d6e3f4 Fill out instruction argument tables. hace 8 años
  Ben Kurtovic 43e641fabd Finish argument immediate decoding. hace 8 años
  Ben Kurtovic 610f9cf549 Start filling out argument decoder table; make things const. hace 8 años
  Ben Kurtovic dd83c7bddf Start working on argument disassembler. hace 8 años
  Ben Kurtovic 89d3d65cde Finish mnemonics; shorten size tables. hace 8 años
  Ben Kurtovic 643b0184d7 Implement more load instructions; bugfixes. hace 8 años
  Ben Kurtovic bbb3fc3744 Don't trace previous instruction multiple times hace 8 años
  Ben Kurtovic 0acd77f6ae Fix shadow registers. hace 8 años
  Ben Kurtovic 560eceeedf EXX, DI, EI, HALT hace 8 años
  Ben Kurtovic ba701545b2 Fix assembler bug involving extended immediates. hace 8 años
  Ben Kurtovic cf1985bee9 Implement more load instructions. hace 8 años
  Ben Kurtovic 6ba2ec6645 Fill single-opcode mnemonics. hace 8 años
  Ben Kurtovic 235e4c7cff Begin work on disassembler; extend tracing. hace 8 años
  Ben Kurtovic 6e6e613dad Refactor and improve argument parsing (add support for -abcd) hace 8 años
  Ben Kurtovic 1a00100fe6 Add color to logs hace 8 años
  Ben Kurtovic a74c4ab405 Refactor debug logging as distinct from dev build; add tracing. hace 8 años
  Ben Kurtovic 08b958f971 Merge branch 'feature/asm_tests' into develop hace 8 años
  Ben Kurtovic c8ecf01600 Add ASM instruction test. hace 8 años
  Ben Kurtovic c632ddf9bd Document and add new ASM tests. hace 8 años
  Ben Kurtovic a3b943aebb Fix implementation of ASCIIz strings. hace 8 años
  Ben Kurtovic 8095143deb Add ASM tests hace 8 años
  Ben Kurtovic 1ddb484cfc Validate characters in manifest file paths. hace 8 años
  Ben Kurtovic 3f12049ee5 Merge full ASM tests into regular ASM tests. hace 8 años
  Ben Kurtovic 04645ef72f Sketch out most of the ASM test runner. hace 8 años
  Ben Kurtovic e66b158aa9 Copyright year bumps; minor tweaks. hace 8 años
  Ben Kurtovic 0b2f3c0089 Minor update to docs. hace 8 años
  Ben Kurtovic 2c007c3264 A lot of work on general test infrastructure. hace 9 años
  Ben Kurtovic 49237080a2 Start reorganizing for tests; add cloc.sh; fix version. hace 9 años
  Ben Kurtovic 107d6df949 Remove unnecessary arg from _call_args(). hace 9 años
  Ben Kurtovic 3b757cced7 Add a rst() function. hace 9 años
  Ben Kurtovic 8111a3e234 Finish adding reg() to instructions.yml. hace 9 años
  Ben Kurtovic e12b7ee559 Replace step with reg/cond, which are smarter; replace 'cond' with 'if'. hace 9 años
  Ben Kurtovic 02cedd4c2b Finish adding step() to instructions.yml. hace 9 años
  Ben Kurtovic 9b611e1c9a Support step() with bit() and pseudo-cases. hace 9 años
  Ben Kurtovic c3ab17f18e Add a step() function to reduce repetition in instructions.yml. hace 9 años
  Ben Kurtovic 8f18c3ac14 Remove a lot of code duplication. hace 9 años
  Ben Kurtovic d483afef51 Merge branch 'feature/asm_instructions' hace 9 años