mirror of
https://github.com/mist64/msbasic.git
synced 2024-12-21 17:30:09 +00:00
6 lines
267 B
Plaintext
6 lines
267 B
Plaintext
* use linker magic to compile files separately
|
|
* convert messy init code into completely different
|
|
files without ifdefs (not much in common!)
|
|
* move all machine specific code into separate files
|
|
* rename all labels that point to RTS to RTSn
|
|
* add AppleSoft comments |