Zeda Thomas aef7e828c9 renamed label to a meaningful name 5 yıl önce
..
cmd 5a35d64d6c rewriting history .___. 5 yıl önce
experimental 5a35d64d6c rewriting history .___. 5 yıl önce
fonts 5a35d64d6c rewriting history .___. 5 yıl önce
gfx ac430a00e8 0 != 256 when shifting tilemaps now 5 yıl önce
io 5a35d64d6c rewriting history .___. 5 yıl önce
math 5a35d64d6c rewriting history .___. 5 yıl önce
subroutines 5a35d64d6c rewriting history .___. 5 yıl önce
01.z80 5a35d64d6c rewriting history .___. 5 yıl önce
Readme.md 5a35d64d6c rewriting history .___. 5 yıl önce
SetUpData.z80 5a35d64d6c rewriting history .___. 5 yıl önce
commandtable.z80 5a35d64d6c rewriting history .___. 5 yıl önce
compile.z80 5a35d64d6c rewriting history .___. 5 yıl önce
err.z80 5a35d64d6c rewriting history .___. 5 yıl önce
grammer.inc 5a35d64d6c rewriting history .___. 5 yıl önce
grammer.z80 aef7e828c9 renamed label to a meaningful name 5 yıl önce
grammer2.5.inc 5a35d64d6c rewriting history .___. 5 yıl önce
grammerdata.z80 5a35d64d6c rewriting history .___. 5 yıl önce
grampkg.z80 5a35d64d6c rewriting history .___. 5 yıl önce
interrupt.z80 5a35d64d6c rewriting history .___. 5 yıl önce
isort.z80 5a35d64d6c rewriting history .___. 5 yıl önce
jmptable.z80 5a35d64d6c rewriting history .___. 5 yıl önce
launch.z80 50f0cf9be5 adding a program to launch Grammer 2.5 5 yıl önce
main.z80 5a35d64d6c rewriting history .___. 5 yıl önce
math.z80 5a35d64d6c rewriting history .___. 5 yıl önce
modemenu.z80 5a35d64d6c rewriting history .___. 5 yıl önce
module.z80 5a35d64d6c rewriting history .___. 5 yıl önce
module_old.z80 5a35d64d6c rewriting history .___. 5 yıl önce
parserhook.z80 5a35d64d6c rewriting history .___. 5 yıl önce
parserinterrupt.z80 5a35d64d6c rewriting history .___. 5 yıl önce
precompile.z80 5a35d64d6c rewriting history .___. 5 yıl önce
progmeta.z80 5a35d64d6c rewriting history .___. 5 yıl önce
ramcode.z80 5a35d64d6c rewriting history .___. 5 yıl önce
readarc.z80 5a35d64d6c rewriting history .___. 5 yıl önce
routines.z80 5a35d64d6c rewriting history .___. 5 yıl önce
startmenu.z80 5a35d64d6c rewriting history .___. 5 yıl önce
tokenhook.z80 5a35d64d6c rewriting history .___. 5 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 :(