Prev: F76A Up: Map Next: F7D7
F7D0: get the tape buffer start pointer
Used by the routines at F291, F34A, F533, F5ED, F76A, F7D7 and F80D.
F7D0 A6 B2 LDX $B2 get tape buffer start pointer low byte
F7D2 A4 B3 LDY $B3 get tape buffer start pointer high byte
F7D4 C0 02 CPY #$02 compare high byte with $02xx
F7D6 60 RTS
Prev: F76A Up: Map Next: F7D7