Prev: E200 Up: Map Next: E20E
E206: exit function if [EOT] or ":"
Used by the routines at E1D4 and E219.
E206 20 79 00 JSR $0079 scan memory
E209 D0 02 BNE $E20D branch if not [EOL] or ":"
E20B 68 PLA dump return address low byte
E20C 68 PLA dump return address high byte
This entry point is used by the routine at E211.
E20D 60 RTS
Prev: E200 Up: Map Next: E20E