Prev: B7AD Up: Map Next: B7EB
B7E2: restore BASIC execute pointer from temp
Used by the routines at AC0F and AE86.
B7E2 A6 71 LDX $71 get BASIC execute pointer low byte back
B7E4 A4 72 LDY $72 get BASIC execute pointer high byte back
B7E6 86 7A STX $7A save BASIC execute pointer low byte
B7E8 84 7B STY $7B save BASIC execute pointer high byte
B7EA 60 RTS
Prev: B7AD Up: Map Next: B7EB