summaryrefslogtreecommitdiff
path: root/z80inst.h
AgeCommit message (Collapse)Author
2016-07-25Properly handle redundant prefixesMichael Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-05-09Show absolute addresses for JR, JRCC and DJNZ in Z80 disassemblerMike Pavone
2013-05-09Fix terminal instruction detection in disassemblerMike Pavone
2013-05-08Added z80 test generator and z80 test runner.Mike Pavone
2013-04-25Get Z80 core working for simple programsMike Pavone
2013-04-16Make reset trigger debug exit to make it easier to test the same cases in ↵Mike Pavone
blastem and musashi. Fix asl #1 overflow flag.
2013-01-23Add support for IX bit instructions to decoderMike Pavone
2013-01-22Add support for 2-byte IY instructions to decoderMike Pavone
2013-01-22Add support for 2-byte IX instructions to decoderMike Pavone
2013-01-21Add support for bit instructions to decoderMike Pavone
2013-01-20Add support for EXTD group 2-byte Z80 instructions in decoderMike Pavone
2013-01-20Add initial stab at Z80 decoder and disassemblerMike Pavone