log z80inst.h @ 1021:4a92889e2889 v0.4.0

age author description
Tue, 10 Sep 2013 23:31:08 -0700 Mike Pavone Added copyright notice to source files and added GPL license text in COPYING
Thu, 09 May 2013 19:38:28 -0700 Mike Pavone Show absolute addresses for JR, JRCC and DJNZ in Z80 disassembler
Thu, 09 May 2013 19:24:18 -0700 Mike Pavone Fix terminal instruction detection in disassembler
Wed, 08 May 2013 14:40:48 -0700 Mike Pavone Added z80 test generator and z80 test runner.
Thu, 25 Apr 2013 21:01:11 -0700 Mike Pavone Get Z80 core working for simple programs
Tue, 16 Apr 2013 22:29:00 -0700 Mike Pavone Make reset trigger debug exit to make it easier to test the same cases in blastem and musashi. Fix asl #1 overflow flag.
Wed, 23 Jan 2013 21:50:54 -0800 Mike Pavone Add support for IX bit instructions to decoder
Tue, 22 Jan 2013 20:24:14 -0800 Mike Pavone Add support for 2-byte IY instructions to decoder
Tue, 22 Jan 2013 20:21:05 -0800 Mike Pavone Add support for 2-byte IX instructions to decoder
Mon, 21 Jan 2013 21:17:52 -0800 Mike Pavone Add support for bit instructions to decoder
Sun, 20 Jan 2013 21:32:13 -0800 Mike Pavone Add support for EXTD group 2-byte Z80 instructions in decoder
Sun, 20 Jan 2013 19:11:24 -0800 Mike Pavone Add initial stab at Z80 decoder and disassembler