1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-21 23:48:45 +10:00
collapseos/blk/367

11 lines
203 B
Plaintext
Raw Normal View History

2020-05-25 21:29:47 +10:00
: IMMEDIATE
CURRENT @ 1-
DUP C@ 128 OR SWAP C! ;
: IMMED? 1- C@ 0x80 AND ;
: +! TUCK @ + SWAP ! ;
: -^ SWAP - ;
: / /MOD NIP ;
: MOD /MOD DROP ;
: ALLOT HERE +! ;
: LEAVE R> R> DROP I 1- >R >R ;