25 Commits (d6d3b60b3e4373b978bca8ea2322b61154440e07)

Author SHA1 Message Date
  Ben Kurtovic d6d3b60b3e Fix a couple assembler bugs involving obscure instructions. 8 years ago
  Ben Kurtovic 3b757cced7 Add a rst() function. 9 years ago
  Ben Kurtovic 8111a3e234 Finish adding reg() to instructions.yml. 9 years ago
  Ben Kurtovic e12b7ee559 Replace step with reg/cond, which are smarter; replace 'cond' with 'if'. 9 years ago
  Ben Kurtovic 02cedd4c2b Finish adding step() to instructions.yml. 9 years ago
  Ben Kurtovic 9b611e1c9a Support step() with bit() and pseudo-cases. 9 years ago
  Ben Kurtovic c3ab17f18e Add a step() function to reduce repetition in instructions.yml. 9 years ago
  Ben Kurtovic 8f18c3ac14 Remove a lot of code duplication. 9 years ago
  Ben Kurtovic 764211a379 Implement RRD, RST, SBC, SUB, and XOR. 9 years ago
  Ben Kurtovic a8de15de2d Implement RL, RLC, RR, RRC, SLA, SRA, SRL, and SL1/SLL/SLS. 9 years ago
  Ben Kurtovic 071cad0563 Support instructions with args and no args; implement RET. 9 years ago
  Ben Kurtovic f341148eb7 Implement POP, PUSH, RES, and SET. 9 years ago
  Ben Kurtovic 5fab99ee17 Implement JP, JR, OR, OUT. 9 years ago
  Ben Kurtovic b5459549b0 Support ports in update script; implement EX/IM/IN. 9 years ago
  Ben Kurtovic 5e9b890285 Support relative addressing in update script; implement CP/DEC/DJNZ. 9 years ago
  Ben Kurtovic 4bc8339ba1 Implement CALL; bugfix for condition 'Z'. 9 years ago
  Ben Kurtovic 631bd33b64 Implement BIT instruction. 9 years ago
  Ben Kurtovic 5c6f1c288b Implement AND; cleanup for unconditional subcases. 9 years ago
  Ben Kurtovic 17f08dff4b Fix behavior when combining indirect_hl_or_indexed and indirect. 9 years ago
  Ben Kurtovic 9642dfb6b0 Implement LD instruction; most remaining ASM instruction functionality. 9 years ago
  Ben Kurtovic 352296d6e2 Implement inc; make update script save updates; bugfix. 9 years ago
  Ben Kurtovic b8b9072416 Implement no-arg instructions and 'add'. 9 years ago
  Ben Kurtovic e987653c3b Add more features to update_asm_instructions.py. 9 years ago
  Ben Kurtovic 5f71035468 More work on asm instructions. 9 years ago
  Ben Kurtovic ade92aea51 Starting work on new ASM instructions system. 9 years ago