2020-06-13 02:07:48 +10:00
|
|
|
( Splits word into msb/lsb, lsb being on TOS )
|
|
|
|
: SPLITB
|
|
|
|
256 /MOD SWAP
|
|
|
|
;
|
2020-06-13 00:49:27 +10:00
|
|
|
: PC H@ ORG @ - ;
|
|
|
|
: A, C, ;
|
2020-06-13 02:07:48 +10:00
|
|
|
( dst8 src8 -- modrm )
|
|
|
|
: MODRMrr 0x7 AND 3 LSHIFT SWAP 0x7 AND OR 0xc0 OR ;
|