mirror of
https://github.com/mist64/msbasic.git
synced 2024-11-15 08:05:15 +00:00
11 lines
458 B
Plaintext
11 lines
458 B
Plaintext
* 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
|
|
* look for all " $", i.e. (zeropage) constants, replace them
|
|
with symbols
|
|
* convert platform ifdefs in generic files into feature ifdefs or macros
|
|
* reconstruct pre-CBM1, i.e. CBM1 without the patches
|
|
* add some comments to every file
|