Zeda Thomas d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 年 前
..
cmd d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 年 前
experimental 5a35d64d6c rewriting history .___. 4 年 前
fonts 5a35d64d6c rewriting history .___. 4 年 前
gfx e087dda6fb drawing the OS small font without the top pixel padding. 4 年 前
io d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 年 前
math 5a35d64d6c rewriting history .___. 4 年 前
subroutines 99a0ce5adc fixed chardim for the default font 4 年 前
01.z80 d09e41dd05 Allowing menus with multiple headers. Related to request #45 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 7eadd03e14 not using hard-coded font for Menu( 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 :(