Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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