From 68c9d2ecd63be99a0962a5aaca3f60c8bef50064 Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 20 Aug 2022 21:15:51 +0200 Subject: [PATCH] README.md --- README.md | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3f50f19..5efeaa9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80full.tap
- Tests all flags and registers. + Tests all flags and registers. @@ -53,7 +53,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80doc.tap
- Tests all registers, but only officially documented flags. + Tests all registers, but only officially documented flags. @@ -72,7 +72,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80flags.tap
- Tests all flags, ignores registers. + Tests all flags, ignores registers. @@ -81,7 +81,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80docflags.tap
- Tests documented flags only, ignores registers. + Tests documented flags only, ignores registers. @@ -99,7 +99,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80ccf.tap
- Tests all flags after executing ccf after each instruction tested. + Tests all flags after executing ccf after each instruction tested. @@ -108,7 +108,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80memptr.tap
- Tests all flags after executing bit n,(hl) after each instruction tested. + Tests all flags after executing bit n,(hl) after each instruction tested. @@ -132,7 +132,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80full.tap
- Tests all flags and registers. + Tests all flags and registers. @@ -141,7 +141,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80doc.tap
- Tests all registers, but only officially documented flags. + Tests all registers, but only officially documented flags. @@ -160,7 +160,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80flags.tap
- Tests all flags, ignores registers. + Tests all flags, ignores registers. @@ -169,7 +169,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80docflags.tap
- Tests documented flags only, ignores registers. + Tests documented flags only, ignores registers. @@ -187,7 +187,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80ccf.tap
- Tests all flags after executing ccf after each instruction tested. + Tests all flags after executing ccf after each instruction tested. @@ -196,7 +196,7 @@ This set of programs is intended to help the emulator authors to reach the desir z80memptr.tap
- Tests all flags after executing bit n,(hl) after each instruction tested. + Tests all flags after executing bit n,(hl) after each instruction tested. @@ -252,7 +252,7 @@ Frank Cringle's _Z80 Instruction Set Exerciser_ attempts to execute every Z80 op zexdoc.tap
- Tests officially documented flag effects. + Tests officially documented flag effects. @@ -262,7 +262,7 @@ Frank Cringle's _Z80 Instruction Set Exerciser_ attempts to execute every Z80 op zexall.tap
- Tests all flags changes. + Tests all flags changes. @@ -286,7 +286,7 @@ Frank Cringle's _Z80 Instruction Set Exerciser_ attempts to execute every Z80 op zexfix.tap
- Tests all flags changes. + Tests all flags changes. @@ -296,8 +296,7 @@ Frank Cringle's _Z80 Instruction Set Exerciser_ attempts to execute every Z80 op zexbit.tap
- Tests all flags changes
- (narrowed to `bit` Instructions). + Tests all flags changes of bit instructions.