msbasic/TODO.txt

11 lines
458 B
Plaintext
Raw Normal View History

2008-10-07 09:18:22 +00:00
* convert messy init code into completely different
files without ifdefs (not much in common!)
2008-10-12 21:39:54 +00:00
* move all machine specific code into separate files
2008-10-08 11:42:15 +00:00
* rename all labels that point to RTS to RTSn
2008-10-18 06:59:14 +00:00
* add AppleSoft comments
* look for all " $", i.e. (zeropage) constants, replace them
with symbols
2008-10-19 07:20:41 +00:00
* convert platform ifdefs in generic files into feature ifdefs or macros
2008-10-18 21:20:15 +00:00
* reconstruct pre-CBM1, i.e. CBM1 without the patches
* add some comments to every file