Prev: AAA0 Up: Map Next: AAD7
AACA: set XY to $0200 - 1 and print [CR]
Used by the routine at A560.
AACA A9 00 LDA #$00 clear A
AACC 9D 00 02 STA $0200,X clear first byte of input buffer
AACF A2 FF LDX #$FF $0200 - 1 low byte
AAD1 A0 01 LDY #$01 $0200 - 1 high byte
AAD3 A5 13 LDA $13 get current I/O channel
AAD5 D0 10 BNE $AAE7 exit if not default channel
Prev: AAA0 Up: Map Next: AAD7