Prev: A8F8 Up: Map Next: A906
A8FB: add Y to the BASIC execute pointer
Used by the routines at A93B, ABBF and AC0F.
A8FB 98 TYA copy index to A
A8FC 18 CLC clear carry for add
A8FD 65 7A ADC $7A add BASIC execute pointer low byte
A8FF 85 7A STA $7A save BASIC execute pointer low byte
A901 90 02 BCC $A905 skip increment if no carry
A903 E6 7B INC $7B else increment BASIC execute pointer high byte
This entry point is used by the routine at A909.
A905 60 RTS
Prev: A8F8 Up: Map Next: A906