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

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