1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-29 05:20:55 +10:00

avra: add OPAb instr class

This commit is contained in:
Virgil Dupras 2020-05-16 21:59:07 -04:00
parent 322be4d576
commit 75a1b2d504

View File

@ -5,3 +5,9 @@
0x70 OPRdK ANDI, 0x30 OPRdK CPI, 0x0e OPRdK LDI,
0x60 OPRdK ORI, 0x40 OPRdK SBCI, 0x60 OPRdK SBR,
0x50 OPRdK SUBI,
( 0000 0000 AAAA Abbb )
: OPAb CREATE C, DOES> C@ ( A b op )
ROT 3 LSHIFT ROT OR A, A, ;
0x98 OPAb CBI, 0x9a OPAb SBI, 0x99 OPAb SBIC,
0x9b OPAb SBIS,