mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 23:40:56 +11:00
12 lines
172 B
Plaintext
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,
|
||
|
|