Spectrum ROM | Data |
Prev: 02416 | Up: Map |
Each message is given with the last character inverted (+80 hex.).
|
|||||||
CASSETTE | 02465 | DEFB 128 | Initial byte is stepped over. | ||||
02466 | DEFM "Start tape, then press any key",174 | 'Start tape, then press any key.' | |||||
BLOCK_HDR | 02497 | DEFM 13,"Program:",160 | Carriage return + 'Program: ' | ||||
02507 | DEFM 13,"Number array:",160 | Carriage return + 'Number array: ' | |||||
02522 | DEFM 13,"Character array:",160 | Carriage return + 'Character array: ' | |||||
02540 | DEFM 13,"Bytes:",160 | Carriage return + 'Bytes: ' |
Prev: 02416 | Up: Map |