Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516
  1. Core words
  2. This section contains arch-independent core words of Collapse
  3. OS. Those words are written in a way that make them entirely
  4. cross-compilable (see B260). When building Collapse OS, these
  5. words come right after the boot binary (B280).
  6. Because this unit is designed to be cross-compiled, things are
  7. a little weird. It is compiling in the context of a full
  8. Forth interpreter with all bells and whistles (and z80
  9. assembler), but it has to obey strict rules:
  10. 1. Although it cannot compile a word that isn't defined yet,
  11. it can still execute an immediate from the host system.
  12. (cont.)