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

13 行
624B

  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.