Mirror of CollapseOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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