mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 03:30:55 +11:00
f6ded7712e
This is the first commit I do entirely in VE. It's a habit I'm planning on taking as it helps a lot to find usability issues.
17 lines
441 B
Plaintext
17 lines
441 B
Plaintext
( 0000 0000 0sss 0000 )
|
|
: OPb CREATE , DOES> @ ( b op )
|
|
SWAP _r8c _Rdp A,, ;
|
|
0b1001010010001000 OPb BCLR, 0b1001010000001000 OPb BSET,
|
|
|
|
( 0000 000d dddd 0bbb )
|
|
: OPRdb CREATE , DOES> @ ( rd b op )
|
|
ROT _r32c _Rdp SWAP _r8c OR A,, ;
|
|
0b1111100000000000 OPRdb BLD, 0b1111101000000000 OPRdb BST,
|
|
0b1111110000000000 OPRdb SBRC, 0b1111111000000000 OPRdb SBRS,
|
|
|
|
( special cases )
|
|
: CLR, DUP EOR, ; : TST, DUP AND, ; : LSL, DUP ADD, ;
|
|
|
|
|
|
|