Zeda Thomas 2fd642d7fa added token replacement for Retutn %!s(int64=4) %!d(string=hai) anos
..
cmd d09e41dd05 Allowing menus with multiple headers. Related to request #45 %!s(int64=4) %!d(string=hai) anos
experimental 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
fonts 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
gfx bd9f81d8c7 Allowing OS-style fonts on other pages %!s(int64=4) %!d(string=hai) anos
io a08b9543a3 fied modemenu bug %!s(int64=4) %!d(string=hai) anos
math 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
subroutines 99a0ce5adc fixed chardim for the default font %!s(int64=4) %!d(string=hai) anos
01.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag %!s(int64=4) %!d(string=hai) anos
Readme.md 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
SetUpData.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
commandtable.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
compile.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
err.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
grammer.inc 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
grammer.z80 bd9f81d8c7 Allowing OS-style fonts on other pages %!s(int64=4) %!d(string=hai) anos
grammer2.5.inc cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag %!s(int64=4) %!d(string=hai) anos
grammerdata.z80 98076df6da Advancing the version to 2.51.0.0 %!s(int64=4) %!d(string=hai) anos
grampkg.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
interrupt.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
isort.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
jmptable.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
launch.z80 50f0cf9be5 adding a program to launch Grammer 2.5 %!s(int64=4) %!d(string=hai) anos
main.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag %!s(int64=4) %!d(string=hai) anos
math.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
modemenu.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag %!s(int64=4) %!d(string=hai) anos
module.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
module_old.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
parserhook.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
parserinterrupt.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
precompile.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
progmeta.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
ramcode.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag %!s(int64=4) %!d(string=hai) anos
readarc.z80 597b78a6a5 fixing readarc issue when reading from "flash" at address >=8000 %!s(int64=4) %!d(string=hai) anos
routines.z80 5a35d64d6c rewriting history .___. %!s(int64=4) %!d(string=hai) anos
startmenu.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag %!s(int64=4) %!d(string=hai) anos
tokenhook.z80 2fd642d7fa added token replacement for Retutn %!s(int64=4) %!d(string=hai) anos

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