24 Commits (develop)

Author SHA1 Message Date
  Ben Kurtovic 526c33f24b Implement LD A, I/R; CPI/CPIR/CPD/CPDR 4 years ago
  Ben Kurtovic 10a37ff3bd Implement RRD/RLD 8 years ago
  Ben Kurtovic daac49e3d7 Implement SET/RES for IX/IY. 8 years ago
  Ben Kurtovic 51258e724f CCF, SCF, DAA; bugfixes. 8 years ago
  Ben Kurtovic 5a8063315d BIT, RES, CPL; add missing opcode docs. 8 years ago
  Ben Kurtovic 56580d7392 Implement NEG and some bugfixes. 8 years ago
  Ben Kurtovic 1942d797aa Implement more instructions, mainly bit-shifting. 8 years ago
  Ben Kurtovic fdda540d26 Refactor flag setting code; implement more instructions. 8 years ago
  Ben Kurtovic 05b0bbe523 Make Z80 register pairs friendlier. Implement more instructions. 8 years ago
  Ben Kurtovic 42690f9380 Implement more instructions. 8 years ago
  Ben Kurtovic 80e361c111 More instructions, mainly index-related; tweaks. 8 years ago
  Ben Kurtovic 53c0757362 Implement an assorted bunch of instructions. 8 years ago
  Ben Kurtovic cbc1d7f02d EX; more bitwise/arithmetic ops; bugfixes. 8 years ago
  Ben Kurtovic 06b7dfaca3 Implement CRAM, some more loads and arithmetic operations. 8 years ago
  Ben Kurtovic 1cc4f06b89 LDI; LDD; LDIR; LDDR 8 years ago
  Ben Kurtovic da5765a3c7 PUSH/POP IX/Y; DJNZ; LD (HL), r 8 years ago
  Ben Kurtovic 3ca7f26aa0 Stub out port reads/writes; RETN; RST. 8 years ago
  Ben Kurtovic a167e9dcd7 RET; IN/OUT r/(C), (C)/r; INI/D; INI/DR; OUTI/D; OTI/DR; NOP2 8 years ago
  Ben Kurtovic 1efe2b579d Add POP; fix bugs involving relative jumps and PUSH. 8 years ago
  Ben Kurtovic 3381c36c89 PUSH 8 years ago
  Ben Kurtovic 8de5117a49 mmu_write_double, stack_push; LD (HL), n; JR; CALL 8 years ago
  Ben Kurtovic c2a52194a8 CP, IN, OUT, JP cc; stub out port functions. 8 years ago
  Ben Kurtovic 7c6d58fd6b XOR r; LD (nn, A) 8 years ago
  Ben Kurtovic deb9943b1c Split off jump table; implement IM and JP nn. 8 years ago