Age | Commit message (Expand) | Author |
---|---|---|
2013-04-29 | Fix decoding of address in JP and JPCC instructions in the Z80 core | Mike Pavone |
2013-04-28 | Implement rotation and bit set/reset instructions (untested). | Mike Pavone |
2013-04-25 | Get Z80 core working for simple programs | Mike Pavone |
2013-04-16 | Make reset trigger debug exit to make it easier to test the same cases in bla... | Mike Pavone |
2013-01-23 | Add support for IY bit instructions to decoder | Mike Pavone |
2013-01-23 | Add support for IX bit instructions to decoder | Mike Pavone |
2013-01-22 | Add support for 2-byte IY instructions to decoder | Mike Pavone |
2013-01-22 | Add support for 2-byte IX instructions to decoder | Mike Pavone |
2013-01-21 | Distinguish between 1-byte and 2-byte NOPs | Mike Pavone |
2013-01-21 | Add support for bit instructions to decoder | Mike Pavone |
2013-01-20 | Add support for EXTD group 2-byte Z80 instructions in decoder | Mike Pavone |
2013-01-20 | Add initial stab at Z80 decoder and disassembler | Mike Pavone |