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

17 строки
628B

  1. (cont.) The code pointer point to "word routines". These
  2. routines expect to be called with IY pointing to the PF. They
  3. themselves are expected to end by jumping to the address at
  4. (IP). They will usually do so with "jp next". They are 1b
  5. because all those routines live in the first 0x100 bytes of
  6. the boot binary. The 0 MSB is assumed.
  7. That's for "regular" words (words that are part of the dict
  8. chain). There are also "special words", for example NUMBER,
  9. LIT, FBR, that have a slightly different structure. They're
  10. also a pointer to an executable, but as for the other fields,
  11. the only one they have is the "flags" field.