mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-14 18:48:06 +11:00
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
: [entry] ( w -- )
|
|
1- C@+ ( w+1 len ) TUCK MOVE, ( len )
|
|
( write prev value )
|
|
H@ CURRENT @ - ,
|
|
C, ( write size )
|
|
H@ CURRENT !
|
|
;
|
|
: (entry) WORD [entry] ;
|
|
: CREATE (entry) 11 ( 11 == cellWord ) C, ;
|
|
: VARIABLE CREATE 2 ALLOT ;
|