Showing changes from revision #1 to #2:
Added | Removed | Changed
When control codes are used with 16 or 32-bit forms, the parameters are different. The tables below show how they differ.
Ctrl Code | 16-Bit Parameter Forms |
---|---|
9,11 | dx/dy comprised of 2 16-bit words |
17 | 1 16-bit word |
18 | 3 16-bit words |
19 | 2 x (RR00, BBGG word pairs) + 1 16-bit word |
21 | Sequence of 16-bit words, terminated by a word < &0020 |
25 | 2 16-bit words |
26 | 1 16-bit word |
27 | 4 32-bit words (word-aligned) |
28 | 6 32-bit words (word-aligned) |
Ctrl Code | 32-Bit Parameter Forms |
---|---|
9,11 | 1 32-bit word |
17 | 1 32-bit word |
18 | 3 32-bit words |
19 | 3 32-bit words |
21 | Sequence of 32-bit words, terminated by a word < &00000020 |
25 | 2 32-bit words |
26 | 1 32-bit word |
27 | 4 32-bit words |
28 | 6 32-bit words |