Add output interpretation image

This commit is contained in:
s3lph 2022-02-08 12:18:08 +01:00
parent 06fa353d75
commit fbf285f6da
2 changed files with 1 additions and 29 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB