Submitted by Steve Fewell
Description:
Call routine &9BA6 to check that the BASIC statement is correct and ends correctly
8F7D | 032 166 155 | 20 A6 9B | JSR &9BA6 Check end of Statement | |
8F80 | 032 254 190 | 20 FE BE | JSR &BEFE reset the program to an empty program | |
8F83 | ... Prompt for command line and execute the entered command(s) ... |
BEFE | 169 013 | A9 0D | LDA#&0D | |
BF00 | 164 024 | A4 18 | LDY &18 | |
BF02 | 132 019 | 84 13 | STY &13 | |
BF04 | d | 100 018 | 64 12 | STZ &12 |
BF06 | d | 100 032 | 64 20 | STZ &20 |
BF08 | 146 018 | 92 12 | STA (&12) | |
BF0A | 169 255 | A9 FF | LDA#&FF | |
BF0C | 160 001 | A0 01 | LDY#&01 | |
BF0E | 145 018 | 91 12 | STA (&12),Y | |
BF10 | 200 | C8 | INY | |
BF11 | 132 018 | 84 12 | STY &12 | |
BF13 | ` | 096 | 60 | RTS |