Zeda Thomas aef7e828c9 renamed label to a meaningful name 4 年之前
..
cmd 5a35d64d6c rewriting history .___. 4 年之前
experimental 5a35d64d6c rewriting history .___. 4 年之前
fonts 5a35d64d6c rewriting history .___. 4 年之前
gfx ac430a00e8 0 != 256 when shifting tilemaps now 4 年之前
io 5a35d64d6c rewriting history .___. 4 年之前
math 5a35d64d6c rewriting history .___. 4 年之前
subroutines 5a35d64d6c rewriting history .___. 4 年之前
01.z80 5a35d64d6c rewriting history .___. 4 年之前
Readme.md 5a35d64d6c rewriting history .___. 4 年之前
SetUpData.z80 5a35d64d6c rewriting history .___. 4 年之前
commandtable.z80 5a35d64d6c rewriting history .___. 4 年之前
compile.z80 5a35d64d6c rewriting history .___. 4 年之前
err.z80 5a35d64d6c rewriting history .___. 4 年之前
grammer.inc 5a35d64d6c rewriting history .___. 4 年之前
grammer.z80 aef7e828c9 renamed label to a meaningful name 4 年之前
grammer2.5.inc 5a35d64d6c rewriting history .___. 4 年之前
grammerdata.z80 5a35d64d6c rewriting history .___. 4 年之前
grampkg.z80 5a35d64d6c rewriting history .___. 4 年之前
interrupt.z80 5a35d64d6c rewriting history .___. 4 年之前
isort.z80 5a35d64d6c rewriting history .___. 4 年之前
jmptable.z80 5a35d64d6c rewriting history .___. 4 年之前
launch.z80 50f0cf9be5 adding a program to launch Grammer 2.5 4 年之前
main.z80 5a35d64d6c rewriting history .___. 4 年之前
math.z80 5a35d64d6c rewriting history .___. 4 年之前
modemenu.z80 5a35d64d6c rewriting history .___. 4 年之前
module.z80 5a35d64d6c rewriting history .___. 4 年之前
module_old.z80 5a35d64d6c rewriting history .___. 4 年之前
parserhook.z80 5a35d64d6c rewriting history .___. 4 年之前
parserinterrupt.z80 5a35d64d6c rewriting history .___. 4 年之前
precompile.z80 5a35d64d6c rewriting history .___. 4 年之前
progmeta.z80 5a35d64d6c rewriting history .___. 4 年之前
ramcode.z80 5a35d64d6c rewriting history .___. 4 年之前
readarc.z80 5a35d64d6c rewriting history .___. 4 年之前
routines.z80 5a35d64d6c rewriting history .___. 4 年之前
startmenu.z80 5a35d64d6c rewriting history .___. 4 年之前
tokenhook.z80 5a35d64d6c rewriting history .___. 4 年之前

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