diff --git a/README.md b/README.md index 31c7d3d..3f41c8d 100644 --- a/README.md +++ b/README.md @@ -69,35 +69,7 @@ After starting up, most of the screen will be empty. * When the screen is not cleared (filled with random characters), and the first line starts with `ZF***ZF` (`*` being other seemingly random characters), a fault in the first few bytes of the zero page were detected. Since the memtest uses this area to store its state, the test is terminated prematurely. * The tree characters in between the two `ZF`s are, from left to right, the zeropage address byte, the value written, the value read back. -``` -┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -┃ 0FF0>FFF7 0FF1>FFF7 0FF2>FFF7 0FF3>FFF7┃ -┃ 0FF4>FFF7 0FF5>FFF7 0FF6>FFF7 0FF7>FFF7┃ -┃ 0FF8>FFF7 0FF9>FFF7 0FFA>FFF7 0FFB>FFF7┃ -┃ 0FFC>FFF7 0FFD>FFF7 0FFE>FFF7 0FFF>FFF7┃ -┃# ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃ ┃ -┃CBM 3001 MEMTEST4K , 2022 S3LPH.ME ***┃ -┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ -``` +![Output Interpretation](pics/output_interpretation.jpg) [xa65]: https://www.floodgap.com/retrotech/xa/ [fake6502]: http://rubbermallet.org/fake6502.c diff --git a/pics/output_interpretation.jpg b/pics/output_interpretation.jpg new file mode 100644 index 0000000..1bbec26 Binary files /dev/null and b/pics/output_interpretation.jpg differ