Mirror of CollapseOS
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

17 строки
680B

  1. Entry management
  2. '? x -- a f Find x it in dict. If found, f=1 and
  3. a = wordref. If not found, f=0 and
  4. a = string addr.
  5. ' x -- a Push addr of word x to a. If not found,
  6. aborts.
  7. ['] x -- *I* Like "'", but spits the addr as a number
  8. literal. If not found, aborts.
  9. , n -- Write n in HERE and advance it.
  10. ALLOT n -- Move HERE by n bytes
  11. C, b -- Write byte b in HERE and advance it.
  12. EMPTY -- Rewind HERE and CURRENT where they were at
  13. system initialization.
  14. (cont.)