1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 11:48:45 +10:00
collapseos/emul/forth
Virgil Dupras 6eaabb9bbe forth: make word name of variable length
This allows us to save a whole 500 bytes on the final binary size!

This change comes after I took a look at the hex dump and saw that one letter
constants in z80a.fs took a lot of space.
2020-03-26 10:53:33 -04:00
..
forth.c forth: improve bootstrap process 2020-03-24 21:13:02 -04:00
stage0.asm forth: improve bootstrap process 2020-03-24 21:13:02 -04:00
stage1.asm forth: improve bootstrap process 2020-03-24 21:13:02 -04:00
stage.c forth: make word name of variable length 2020-03-26 10:53:33 -04:00
stagec.asm forth: Forth-ify ROT, a native word! 2020-03-24 13:46:05 -04:00
z80c.bin forth: make word name of variable length 2020-03-26 10:53:33 -04:00