This commit is contained in:
s3lph 2022-02-08 12:25:24 +01:00
parent add9a328a2
commit b111609d76

View file

@ -67,7 +67,7 @@ After starting up, most of the screen will be empty.
* When all memtest passes have completed, there will be an additional `=` character left of these chars.
* When the memtest routine was interrupted by an NMI, there will be a `!` instead.
* 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 three 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)