1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 15:08:45 +10:00
collapseos/blk/661
2020-05-16 09:51:02 -04:00

9 lines
195 B
Plaintext

VARIABLE ORG
: SPLITB
256 /MOD SWAP
;
: PC H@ ORG @ ;
( A, spits an assembled byte, A,, spits an assembled word
Both increase PC. To debug, change C, to .X )
: A, C, ; : A,, SPLITB A, A, ;