Prev: AB21 Up: Map Next: AB45
AB3B: print [SPACE] or [CURSOR RIGHT]
Used by the routines at AAA0, AAE8 and ABF9.
AB3B A5 13 LDA $13 get current I/O channel
AB3D F0 03 BEQ $AB42 if default channel go output [CURSOR RIGHT]
AB3F A9 20 LDA #" " else output [SPACE]
AB41 .BYTE $2C makes next line BIT $1DA9
AB42 A9 1D LDA #$1D set [CURSOR RIGHT]
AB44 .BYTE $2C makes next line BIT $3FA9
Prev: AB21 Up: Map Next: AB45