1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 19:30:20 +10:00
collapseos/blk/228
Virgil Dupras 0892193cbe Copy z80a.fs to disk blocks
I don't remove z80a.fs yet because build process needs it, but that
will change shortly.
2020-04-19 20:36:13 -04:00

12 lines
172 B
Plaintext

( r n -- )
: OP2rn
CREATE C,
DOES>
C@ ( r n op )
ROT ( n op r )
<<3 ( n op r<<3 )
OR A, A,
;
0x06 OP2rn LDrn,