This commit is contained in:
Michael Steil 2008-10-12 21:39:54 +00:00
parent d9b7a0a91c
commit f7dfa9d068
4 changed files with 1917 additions and 1545 deletions

View File

@ -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

1889
float.s Normal file

File diff suppressed because it is too large Load Diff

1565
msbasic.s

File diff suppressed because it is too large Load Diff

View File

@ -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: