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

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