2020-04-15 00:04:09 +10:00
|
|
|
Entry management
|
|
|
|
|
2020-04-30 11:52:18 +10:00
|
|
|
'? x -- a f Find x it in dict. If found, f=1 and
|
|
|
|
a = wordref. If not found, f=0 and
|
2020-04-15 00:04:09 +10:00
|
|
|
a = string addr.
|
|
|
|
' x -- a Push addr of word x to a. If not found,
|
|
|
|
aborts.
|
|
|
|
['] x -- *I* Like "'", but spits the addr as a number
|
|
|
|
literal. If not found, aborts.
|
|
|
|
, n -- Write n in HERE and advance it.
|
|
|
|
ALLOT n -- Move HERE by n bytes
|
|
|
|
C, b -- Write byte b in HERE and advance it.
|
2020-04-15 06:07:07 +10:00
|
|
|
EMPTY -- Rewind HERE and CURRENT where they were at
|
2020-05-04 10:36:35 +10:00
|
|
|
system initialization.
|
|
|
|
|
|
|
|
(cont.)
|