mirror of
https://github.com/zellyn/diskii.git
synced 2025-03-11 21:39:04 +00:00
Update applesoft notes
This commit is contained in:
parent
ce1466fea2
commit
4b82079b75
@ -8,3 +8,11 @@ Details:
|
||||
|
||||
** Format
|
||||
DOS stores an additional byte on the end, which should be ignored.
|
||||
** Parsing
|
||||
See PARSE.INPUT.LINE at
|
||||
http://www.txbobsc.com/scsc/scdocumentor/D52C.html
|
||||
|
||||
"AT" is ambiguous: it could also be "ATN" or "A TO". Applesoft checks
|
||||
by seeing if the character directly after "AT" is "N" OR "O", and
|
||||
forcing a non-match with "AT" if so. Note that this doesn't skip
|
||||
blanks.
|
||||
|
Loading…
x
Reference in New Issue
Block a user