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

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