diff --git a/README.md b/README.md index 6ab7e6d..3a099cd 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ This suite performs a series of tests to verify the MEMPTR documents _([Eng Frank Cringle's _Z80 Instruction Set Exerciser_ attempts to execute every Z80 opcode, putting them through a cycle of tests and comparing the results to actual results from running the code on a real Z80. The exerciser is supplied with Frank's [YAZE](ftp://ftp.ping.de/pub/misc/emulators/yaze-1.10.tar.gz) (Yet Another Z80 Emulator). It is often difficult to track down, so [Jonathan Graham Harston](http://mdfs.net/User/JGH/) put it together [here](http://mdfs.net/Software/Z80/Exerciser/), as well as [some conversions](http://mdfs.net/Software/Z80/Exerciser/Spectrum/). The latest release of YAZE is available at [Andreas Gerlich's website](http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/).
- Results + Results (Jonathan Graham Harston's version) +
@@ -183,6 +183,11 @@ Frank Cringle's _Z80 Instruction Set Exerciser_ attempts to execute every Z80 op
+
+
+ Results (Patrik Rak's version) + - -
@@ -190,16 +195,12 @@ Frank Cringle's _Z80 Instruction Set Exerciser_ attempts to execute every Z80 op
zexall2.tap
-
- Patrik Rak's modification with MEMPTR testing.