Prev: A928 Up: Map Next: A94B
A93B: perform REM
A93B 20 09 A9 JSR $A909 scan for next BASIC line
A93E F0 BB BEQ $A8FB add Y to the BASIC execute pointer and return, branch always
This entry point is used by the routine at A928.
result was non zero so do rest of line
A940 20 79 00 JSR $0079 scan memory
A943 B0 03 BCS $A948 branch if not numeric character, is variable or keyword
A945 4C A0 A8 JMP $A8A0 else perform GOTO n
is variable or keyword
A948 4C ED A7 JMP $A7ED interpret BASIC code from BASIC execute pointer
Prev: A928 Up: Map Next: A94B