Mirror of CollapseOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
651B

  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.)