mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 20:20:55 +11:00
7 lines
285 B
Plaintext
7 lines
285 B
Plaintext
(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.
|