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

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