collapseos/blk/752

9 lines
180 B
Plaintext
Raw Normal View History

( 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, ;
( dst8 src8 -- modrm )
: MODRMrr 0x7 AND 3 LSHIFT SWAP 0x7 AND OR 0xc0 OR ;