collapseos/blk/752

7 lines
113 B
Plaintext
Raw Normal View History

( Splits word into msb/lsb, lsb being on TOS )
: SPLITB
256 /MOD SWAP
;
2020-06-13 04:01:24 +10:00
: PC H@ ORG @ - BIN( @ + ;
2020-06-13 00:49:27 +10:00
: A, C, ;