mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 21:30:56 +11:00
16 lines
399 B
Plaintext
16 lines
399 B
Plaintext
( 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. )
|
|
: H@ HERE @ ;
|
|
: IMMEDIATE
|
|
CURRENT @ 1-
|
|
DUP C@ 128 OR SWAP C!
|
|
;
|
|
: +! SWAP OVER @ + SWAP ! ;
|
|
: -^ SWAP - ;
|
|
: / /MOD SWAP DROP ;
|
|
: MOD /MOD DROP ;
|
|
|
|
: ALLOT HERE +! ;
|
|
: CREATE (entry) 11 ( 11 == cellWord ) C, ;
|