2020-05-12 21:21:34 +10:00
|
|
|
( Words here until the end of the low part, unlike words
|
|
|
|
preceeding them, aren't immediately needed for boot. But its
|
|
|
|
better to have as many words as possible in the xcomp part. )
|
2020-05-09 10:55:50 +10:00
|
|
|
: H@ HERE @ ;
|
|
|
|
: IMMEDIATE
|
|
|
|
CURRENT @ 1-
|
|
|
|
DUP C@ 128 OR SWAP C!
|
|
|
|
;
|
|
|
|
: +! SWAP OVER @ + SWAP ! ;
|
|
|
|
: -^ SWAP - ;
|
2020-05-12 21:21:34 +10:00
|
|
|
: / /MOD SWAP DROP ;
|
|
|
|
: MOD /MOD DROP ;
|
|
|
|
|
2020-05-09 10:55:50 +10:00
|
|
|
: ALLOT HERE +! ;
|
2020-05-12 21:21:34 +10:00
|
|
|
: CREATE (entry) 11 ( 11 == cellWord ) C, ;
|
2020-05-13 11:48:29 +10:00
|
|
|
: LEAVE R> R> DROP I 1- >R >R ;
|