collapseos/arch/z80/sms
Virgil Dupras e5a983ab7f Rename A!, A@ and A, to C!*, C@* and C,*
Also, rename "Addressed devices" to "Indirect memory access".

I do this because I need to add indirect versions of !, @ and ,
to allow boostrapping directly to EEPROM and that A,, thing I've
added to assemblers felt like really bad names.

With this change, I'd like to generalize the use of the * suffix
for aliases.
2020-12-07 19:06:58 -05:00
..
.gitignore Complete overhaul of recipes 2020-10-30 20:39:39 -04:00
Makefile sms: generate TMR SEGA signature in Collapse OS itself 2020-11-25 21:42:07 -05:00
blk.fs sms: implement (spix) in z80 asm 2020-11-17 17:01:49 -05:00
xcomp.fs Rename A!, A@ and A, to C!*, C@* and C,* 2020-12-07 19:06:58 -05:00
xcompkbd.fs Rename A!, A@ and A, to C!*, C@* and C,* 2020-12-07 19:06:58 -05:00
xcompsdc.fs Rename A!, A@ and A, to C!*, C@* and C,* 2020-12-07 19:06:58 -05:00
xcomptextmode.fs Rename A!, A@ and A, to C!*, C@* and C,* 2020-12-07 19:06:58 -05:00