mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:10:55 +11:00
0892193cbe
I don't remove z80a.fs yet because build process needs it, but that will change shortly.
16 lines
396 B
Plaintext
16 lines
396 B
Plaintext
( qq -- also works for ss )
|
|
: OP1qq
|
|
CREATE C,
|
|
DOES>
|
|
C@ ( qq op )
|
|
SWAP ( op qq )
|
|
<<4 ( op qq<<4 )
|
|
OR A,
|
|
;
|
|
0xc5 OP1qq PUSHqq, 0xc1 OP1qq POPqq,
|
|
0x03 OP1qq INCss, 0x0b OP1qq DECss,
|
|
0x09 OP1qq ADDHLss,
|
|
|
|
: ADDIXss, 0xdd A, ADDHLss, ; : ADDIXIX, HL ADDIXss, ;
|
|
: ADDIYss, 0xfd A, ADDHLss, ; : ADDIYIY, HL ADDIYss, ;
|