Zeda Thomas 0703e9537f further subdivision of the tokenhook LUT to speed up search hace 4 años
..
cmd d09e41dd05 Allowing menus with multiple headers. Related to request #45 hace 4 años
experimental 5a35d64d6c rewriting history .___. hace 4 años
fonts 5a35d64d6c rewriting history .___. hace 4 años
gfx 92349f7118 fixed small font and omnicalc font text to allow archived font data #14 hace 4 años
io a08b9543a3 fied modemenu bug hace 4 años
math 5a35d64d6c rewriting history .___. hace 4 años
subroutines 99a0ce5adc fixed chardim for the default font hace 4 años
01.z80 d09e41dd05 Allowing menus with multiple headers. Related to request #45 hace 4 años
Readme.md 5a35d64d6c rewriting history .___. hace 4 años
SetUpData.z80 5a35d64d6c rewriting history .___. hace 4 años
commandtable.z80 5a35d64d6c rewriting history .___. hace 4 años
compile.z80 5a35d64d6c rewriting history .___. hace 4 años
err.z80 5a35d64d6c rewriting history .___. hace 4 años
grammer.inc 5a35d64d6c rewriting history .___. hace 4 años
grammer.z80 2ebd3d6960 fixed Get( to now return the starting data address of archived vars hace 4 años
grammer2.5.inc 7eadd03e14 not using hard-coded font for Menu( hace 4 años
grammerdata.z80 e111904c2a Advance version hace 4 años
grampkg.z80 5a35d64d6c rewriting history .___. hace 4 años
interrupt.z80 5a35d64d6c rewriting history .___. hace 4 años
isort.z80 5a35d64d6c rewriting history .___. hace 4 años
jmptable.z80 5a35d64d6c rewriting history .___. hace 4 años
launch.z80 50f0cf9be5 adding a program to launch Grammer 2.5 hace 4 años
main.z80 5a35d64d6c rewriting history .___. hace 4 años
math.z80 5a35d64d6c rewriting history .___. hace 4 años
modemenu.z80 a08b9543a3 fied modemenu bug hace 4 años
module.z80 5a35d64d6c rewriting history .___. hace 4 años
module_old.z80 5a35d64d6c rewriting history .___. hace 4 años
parserhook.z80 5a35d64d6c rewriting history .___. hace 4 años
parserinterrupt.z80 5a35d64d6c rewriting history .___. hace 4 años
precompile.z80 5a35d64d6c rewriting history .___. hace 4 años
progmeta.z80 5a35d64d6c rewriting history .___. hace 4 años
ramcode.z80 5a35d64d6c rewriting history .___. hace 4 años
readarc.z80 5a35d64d6c rewriting history .___. hace 4 años
routines.z80 5a35d64d6c rewriting history .___. hace 4 años
startmenu.z80 5a35d64d6c rewriting history .___. hace 4 años
tokenhook.z80 0703e9537f further subdivision of the tokenhook LUT to speed up search hace 4 años

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