From 73376e050bc633785d92f04076127baffe623177 Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 2 Jul 2022 23:10:59 +0200 Subject: [PATCH] README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b7bfbeb..96c212a 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ Instruction-level granularity implies that, except in a few well-defined cases, That said, instructions, flags, memory accesses, interrupt and reset responses, clock cycles, etc. are accurately emulated as far as is known, according to the technical documentation available, the findings made after decades of research on the Z80 and electronic simulations. And, of course, the emulator passes the most exhaustive tests written to date: -### Zilog Z80 CPU Test Suite, by [Patrik Rak](https://github.com/raxoft) +### [Zilog Z80 CPU Test Suite](https://github.com/raxoft/z80test), by [Patrik Rak](https://github.com/raxoft) [This set of programs](https://github.com/raxoft/z80test) is intended to help the emulator authors to reach the desired level of the CPU emulation authenticity. Each of the included programs performs an exhaustive computation using each of the tested Z80 instructions, compares the results with values obtained from a real [Sinclair ZX Spectrum 48K](https://en.wikipedia.org/wiki/ZX_Spectrum) with Zilog Z80 CPU, and reports any deviations detected.
- Results + Results (v1.0) @@ -83,10 +83,10 @@ That said, instructions, flags, memory accesses, interrupt and reset responses, @@ -111,10 +111,10 @@ That said, instructions, flags, memory accesses, interrupt and reset responses,
@@ -56,10 +56,10 @@ That said, instructions, flags, memory accesses, interrupt and reset responses,
- + - +
- + - +
- + - +