Prev: B016 Up: Map Next: B08B
B07E: perform DIM
B07E 20 FD AE JSR $AEFD scan for ",", else do syntax error then warm start
This is the main entry point of the routine.
B081 AA TAX copy "DIM" flag to X
B082 20 90 B0 JSR $B090 search for variable
B085 20 79 00 JSR $0079 scan memory
B088 D0 F4 BNE $B07E scan for "," and loop if not null
B08A 60 RTS
Prev: B016 Up: Map Next: B08B