1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-21 21:28:46 +10:00
collapseos/blk/371
Virgil Dupras c668433c5d wip
2020-05-25 07:29:47 -04:00

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 ;