mirror of
https://github.com/mist64/msbasic.git
synced 2025-02-10 06:30:55 +00:00
cleanup
This commit is contained in:
parent
d9b7a0a91c
commit
f7dfa9d068
2
TODO.txt
2
TODO.txt
@ -2,6 +2,6 @@
|
||||
* use linker magic to compile files separately
|
||||
* convert messy init code into completely different
|
||||
files without ifdefs (not much in common!)
|
||||
* generalize CHRGOT definition
|
||||
* move all machine specific code into separate files
|
||||
* rename all labels that point to RTS to RTSn
|
||||
* add AppleSoft comments
|
@ -104,9 +104,9 @@ ARG_LAST = ARG + BYTES_FP-1
|
||||
ARGSIGN:
|
||||
.res 1
|
||||
STRNG1:
|
||||
.res 1
|
||||
FACEXTENSION:
|
||||
.res 1
|
||||
.res 2
|
||||
SGNCPR = STRNG1
|
||||
FACEXTENSION = STRNG1+1
|
||||
STRNG2:
|
||||
.res 2
|
||||
CHRGET:
|
||||
|
Loading…
x
Reference in New Issue
Block a user