Zeda Thomas d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 yıl önce
..
cmd d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 yıl önce
experimental 5a35d64d6c rewriting history .___. 4 yıl önce
fonts 5a35d64d6c rewriting history .___. 4 yıl önce
gfx e087dda6fb drawing the OS small font without the top pixel padding. 4 yıl önce
io d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 yıl önce
math 5a35d64d6c rewriting history .___. 4 yıl önce
subroutines 99a0ce5adc fixed chardim for the default font 4 yıl önce
01.z80 d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 yıl önce
Readme.md 5a35d64d6c rewriting history .___. 4 yıl önce
SetUpData.z80 5a35d64d6c rewriting history .___. 4 yıl önce
commandtable.z80 5a35d64d6c rewriting history .___. 4 yıl önce
compile.z80 5a35d64d6c rewriting history .___. 4 yıl önce
err.z80 5a35d64d6c rewriting history .___. 4 yıl önce
grammer.inc 5a35d64d6c rewriting history .___. 4 yıl önce
grammer.z80 aef7e828c9 renamed label to a meaningful name 4 yıl önce
grammer2.5.inc 7eadd03e14 not using hard-coded font for Menu( 4 yıl önce
grammerdata.z80 5a35d64d6c rewriting history .___. 4 yıl önce
grampkg.z80 5a35d64d6c rewriting history .___. 4 yıl önce
interrupt.z80 5a35d64d6c rewriting history .___. 4 yıl önce
isort.z80 5a35d64d6c rewriting history .___. 4 yıl önce
jmptable.z80 5a35d64d6c rewriting history .___. 4 yıl önce
launch.z80 50f0cf9be5 adding a program to launch Grammer 2.5 4 yıl önce
main.z80 5a35d64d6c rewriting history .___. 4 yıl önce
math.z80 5a35d64d6c rewriting history .___. 4 yıl önce
modemenu.z80 5a35d64d6c rewriting history .___. 4 yıl önce
module.z80 5a35d64d6c rewriting history .___. 4 yıl önce
module_old.z80 5a35d64d6c rewriting history .___. 4 yıl önce
parserhook.z80 5a35d64d6c rewriting history .___. 4 yıl önce
parserinterrupt.z80 5a35d64d6c rewriting history .___. 4 yıl önce
precompile.z80 5a35d64d6c rewriting history .___. 4 yıl önce
progmeta.z80 5a35d64d6c rewriting history .___. 4 yıl önce
ramcode.z80 5a35d64d6c rewriting history .___. 4 yıl önce
readarc.z80 5a35d64d6c rewriting history .___. 4 yıl önce
routines.z80 5a35d64d6c rewriting history .___. 4 yıl önce
startmenu.z80 5a35d64d6c rewriting history .___. 4 yıl önce
tokenhook.z80 5a35d64d6c rewriting history .___. 4 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 :(