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