1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-11-10 02:28:06 +11:00
collapseos/arch/z80
Virgil Dupras b1e162b8a3 grid: change the meaning of CELL!
Replace the "g" arg (glyph) with "c" (character). The reason why "g"
was used was to save a "0x20 -" operation at all CELL! implementations,
but this came with too big a drawback: it made CELL! hardly usable
outside of the Grid subsystem, mostly because the user of CELL! would
often have to do "0x20 -".

For example, I want the SMS's Pad driver to use CELL! directly instead
of having to do EMIT+XYPOS-messing-around. I would have had to do a
"0x20 -" there.
2020-11-16 09:11:47 -05:00
..
rc2014 Transform "blk/" folders into "blk.fs" text files 2020-11-14 18:34:15 -05:00
sms grid: change the meaning of CELL! 2020-11-16 09:11:47 -05:00
ti84 grid: change the meaning of CELL! 2020-11-16 09:11:47 -05:00
trs80 Transform "blk/" folders into "blk.fs" text files 2020-11-14 18:34:15 -05:00
z80mbc2 Complete overhaul of recipes 2020-10-30 20:39:39 -04:00