2020-04-15 04:25:14 +10:00
|
|
|
(cont.)
|
|
|
|
0x22: litWord. Similar to a number word, except that instead of
|
|
|
|
being followed by a 2 byte number, it is followed by a
|
|
|
|
null-terminated string. Upon execution, the address of that
|
|
|
|
null-terminated string is pushed on the PSP and IP is advanced
|
|
|
|
to the address following the null.
|
2020-04-17 09:44:17 +10:00
|
|
|
|
2020-04-23 11:19:12 +10:00
|
|
|
Also note that word routines references in wordrefs are 1b.
|
|
|
|
This means that all word routine reference must live below
|
|
|
|
0x100 in boot binary. This is why numberWord and addrWord are
|
|
|
|
squeezed where they are.
|
2020-04-17 09:44:17 +10:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|