|
Table 2.2 - Inline data type codes |
Code Description |
a |
|
An address offset is given in the word |
following the instruction. |
|
A |
An address offset is given in the four bytes following the instruction. |
|
l |
An index into the display |
is given in the sub-opcode. |
|
r |
A relational operator is encoded in the sub-opcode. (see section 2.3) |
|
s |
A small integer is |
placed in the sub-opcode, or in the next word |
if it is zero or too large. |
|
v |
Variable length inline data. |
|
w |
A word value in the following word. |
|
W |
A long value in the following four bytes. |
|
" |
An inline constant string. |
|
|