Add output interpretation image
This commit is contained in:
parent
06fa353d75
commit
fbf285f6da
2 changed files with 1 additions and 29 deletions
30
README.md
30
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.
|
* 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.
|
* 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.
|
||||||
|
|
||||||
```
|
![Output Interpretation](pics/output_interpretation.jpg)
|
||||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
||||||
┃ 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 ***┃
|
|
||||||
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
||||||
```
|
|
||||||
|
|
||||||
[xa65]: https://www.floodgap.com/retrotech/xa/
|
[xa65]: https://www.floodgap.com/retrotech/xa/
|
||||||
[fake6502]: http://rubbermallet.org/fake6502.c
|
[fake6502]: http://rubbermallet.org/fake6502.c
|
||||||
|
|
BIN
pics/output_interpretation.jpg
Normal file
BIN
pics/output_interpretation.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
Loading…
Reference in a new issue