Zeda Thomas 8f372db2b4 moving jt.py to the tools folder 4 lat temu
..
cmd 5a35d64d6c rewriting history .___. 4 lat temu
experimental 5a35d64d6c rewriting history .___. 4 lat temu
fonts 5a35d64d6c rewriting history .___. 4 lat temu
gfx 5a35d64d6c rewriting history .___. 4 lat temu
io 5a35d64d6c rewriting history .___. 4 lat temu
math 5a35d64d6c rewriting history .___. 4 lat temu
subroutines 5a35d64d6c rewriting history .___. 4 lat temu
01.z80 5a35d64d6c rewriting history .___. 4 lat temu
Readme.md 5a35d64d6c rewriting history .___. 4 lat temu
SetUpData.z80 5a35d64d6c rewriting history .___. 4 lat temu
commandtable.z80 5a35d64d6c rewriting history .___. 4 lat temu
compile.z80 5a35d64d6c rewriting history .___. 4 lat temu
err.z80 5a35d64d6c rewriting history .___. 4 lat temu
grammer.inc 5a35d64d6c rewriting history .___. 4 lat temu
grammer.z80 5a35d64d6c rewriting history .___. 4 lat temu
grammer2.5.inc 5a35d64d6c rewriting history .___. 4 lat temu
grammerdata.z80 5a35d64d6c rewriting history .___. 4 lat temu
grampkg.z80 5a35d64d6c rewriting history .___. 4 lat temu
interrupt.z80 5a35d64d6c rewriting history .___. 4 lat temu
isort.z80 5a35d64d6c rewriting history .___. 4 lat temu
jmptable.z80 5a35d64d6c rewriting history .___. 4 lat temu
main.z80 5a35d64d6c rewriting history .___. 4 lat temu
math.z80 5a35d64d6c rewriting history .___. 4 lat temu
modemenu.z80 5a35d64d6c rewriting history .___. 4 lat temu
module.z80 5a35d64d6c rewriting history .___. 4 lat temu
module_old.z80 5a35d64d6c rewriting history .___. 4 lat temu
parserhook.z80 5a35d64d6c rewriting history .___. 4 lat temu
parserinterrupt.z80 5a35d64d6c rewriting history .___. 4 lat temu
precompile.z80 5a35d64d6c rewriting history .___. 4 lat temu
progmeta.z80 5a35d64d6c rewriting history .___. 4 lat temu
ramcode.z80 5a35d64d6c rewriting history .___. 4 lat temu
readarc.z80 5a35d64d6c rewriting history .___. 4 lat temu
routines.z80 5a35d64d6c rewriting history .___. 4 lat temu
startmenu.z80 5a35d64d6c rewriting history .___. 4 lat temu
tokenhook.z80 5a35d64d6c rewriting history .___. 4 lat temu

Readme.md

My near-term plan is to do some simple optimizations when copying programs to RAM. My first idea is to replace all Lbl commands with their actual pointer value since labels are static. This will also allow me to remove labels/comments from executing code making it smaller and slightly faster. Note that I won't be doing this to code already in RAM :(