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-12 14:01:24 -04:00
: PC H@ ORG @ - BIN( @ + ;
2020-06-12 10:49:27 -04:00
: A, C, ;