Mirror of CollapseOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

17 satır
497B

  1. (cont.)
  2. 0x22: litWord. Similar to a number word, except that instead of
  3. being followed by a 2 byte number, it is followed by a
  4. null-terminated string. Upon execution, the address of that
  5. null-terminated string is pushed on the PSP and IP is advanced
  6. to the address following the null.
  7. Also note that word routines references in wordrefs are 1b.
  8. This means that all word routine reference must live below
  9. 0x100 in boot binary. This is why numberWord and addrWord are
  10. squeezed where they are.