summaryrefslogtreecommitdiff
path: root/z80inst.c
AgeCommit message (Expand)Author
2020-04-03Z80 HALT isn't really terminal. Fixes bug in Z80 disassemblerMichael Pavone
2017-01-08Fix decoding of undocumented Z80 instruction out (c), 0Michael Pavone
2016-07-25Properly handle redundant prefixesMichael Pavone
2014-12-16Fix flags for rra, rrca, rla and rlca. Fix timing for rr, rrc, rl and rlc whe...Michael 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-08Fix printing of negative displacements in Z80 disassemblerMike Pavone
2013-05-08Added z80 test generator and z80 test runner.Mike Pavone
2013-05-03Use hex where appropriate in disassemblerMike Pavone
2013-05-02Fix decoding of CP.Mike Pavone
2013-04-29Fix decoding of address in JP and JPCC instructions in the Z80 coreMike Pavone
2013-04-28Implement rotation and bit set/reset instructions (untested).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 bla...Mike Pavone
2013-01-23Add support for IY bit instructions to decoderMike Pavone
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-21Distinguish between 1-byte and 2-byte NOPsMike 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