Prev: 0970 Up: Map Next: 09F4
09A1: THE CASSETTE MESSAGES
Used by the routines at SAVE_ETC and SA_CONTRL.
Each message is given with the last character inverted (plus +80).
CASSETTE 09A1 DEFB $80 Initial byte is stepped over.
09A2 DEFM "Start tape, then press any key","."+$80 'Start tape, then press any key.'
BLOCK_HDR 09C1 DEFM $0D,"Program:"," "+$80 Carriage return + 'Program: '
09CB DEFM $0D,"Number array:"," "+$80 Carriage return + 'Number array: '
09DA DEFM $0D,"Character array:"," "+$80 Carriage return + 'Character array: '
09EC DEFM $0D,"Bytes:"," "+$80 Carriage return + 'Bytes: '
Prev: 0970 Up: Map Next: 09F4