Mirror of CollapseOS
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

17 Zeilen
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.