log ztestgen.c @ 989:d70000fdff0b

age author description
Mon, 29 Dec 2014 21:36:17 -0800 Michael Pavone Added support for JR and JRcc in Z80 test generator
Mon, 29 Dec 2014 21:24:12 -0800 Michael Pavone Added support for JPcc in Z80 test generator
Mon, 29 Dec 2014 20:56:05 -0800 Michael Pavone Added support for JP in Z80 test generator
Mon, 06 Jan 2014 22:54:05 -0800 Michael Pavone The local clone on my laptop got messed up and some changes had not been pushed. This commit represents the status of the working copy from that clone. It unfortunately contains some changes that I did not intend to commit yet, but this seems like the best option at the moment.
Tue, 10 Sep 2013 23:31:08 -0700 Mike Pavone Added copyright notice to source files and added GPL license text in COPYING
Sat, 15 Jun 2013 23:10:37 -0700 Mike Pavone Have test generator test both flag register 0 case and flag register FF case
Sat, 08 Jun 2013 12:59:23 -0700 Mike Pavone Check memory results in ztestgen
Wed, 08 May 2013 22:45:29 -0700 Mike Pavone Fix handling of instructions that combine an IX/IY displacement with another prefix in test generator
Wed, 08 May 2013 21:02:33 -0700 Mike Pavone Fix encoding of "extended" instructions in Z80 test generator
Wed, 08 May 2013 14:40:48 -0700 Mike Pavone Added z80 test generator and z80 test runner.