xref: /original-bsd/share/doc/papers/px/table2.2.n (revision 5656414f)
1.DS L
2.TS
3box center;
4c s
5c | c
6ci | aw(3.25i).
7Table 2.2 \- Inline data type codes
8_
9Code	Description
10=
11a	T{
12.fi
13An address offset is given in the word
14following the instruction.
15T}
16_
17A	T{
18An address offset is given in the four bytes following the instruction.
19T}
20_
21l	T{
22An index into the display
23is given in the sub-opcode.
24T}
25_
26r	T{
27A relational operator is encoded in the sub-opcode. (see section 2.3)
28T}
29_
30s	T{
31A small integer is
32placed in the sub-opcode, or in the next word
33if it is zero or too large.
34T}
35_
36v	T{
37Variable length inline data.
38T}
39_
40w	T{
41A word value in the following word.
42T}
43_
44W	T{
45A long value in the following four bytes.
46T}
47_
48"	T{
49An inline constant string.
50T}
51.TE
52.DE
53