From 9f2aaef291e60b83d153d3a9abd4ce22ff59c997 Mon Sep 17 00:00:00 2001 From: "Juan J. Martínez" Date: Wed, 20 Mar 2019 08:09:36 +0000 Subject: Fix the explanation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78173eb..a65fd82 100644 --- a/README.md +++ b/README.md @@ -123,14 +123,14 @@ Processed with `z80count.py -s` results in: Comments show subtotals, and there are two types: - `[A .. T0]` - - `[B/A .. T0/T1]` + - `[B/A .. T1/T0]` Where A, B, T0 and T1 are: - A is the number of cycles of current instruction. In case of a conditional instruction, this is the value when the condition is not met. - B is the number of cycles of current instruction when the condition is met. - - T0 is the subtotal when the conditional is met. - - T1 is the subtotal when the conditional is not met. + - T0 is the subtotal when the conditional is not met. + - T1 is the subtotal when the conditional is met. ## Troubleshooting -- cgit v1.2.3