2020-03-22 17:41:59 -04:00
|
|
|
( When building a compiled dict, always include this unit at
|
|
|
|
the end of it so that Forth knows how to hook LATEST into
|
|
|
|
it )
|
2020-03-26 10:42:39 -04:00
|
|
|
(entry) _
|
2020-03-22 21:46:43 -04:00
|
|
|
|
|
|
|
( After each dummy word like this, we poke IO port 2 with our
|
|
|
|
current HERE value. The staging executable needs it to know
|
|
|
|
what to dump. )
|
|
|
|
|
2020-03-25 20:13:33 -04:00
|
|
|
H@ 256 / 2 PC!
|
|
|
|
H@ 2 PC!
|