Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

17 líneas
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.