C64 ROM
Routines
Prev:
A8FB
Up:
Map
Next:
A909
A906: scan for next BASIC statement ([:] or [EOL])
Used by the routines at
A742
,
A8F8
,
ABBF
and
AC0F
.
returns
Y
as index to [:] or [EOL]
A906
A2 3A
LDX #":"
set look for character = ":"
A908
.BYTE $2C
makes next line BIT $00A2
Prev:
A8FB
Up:
Map
Next:
A909