Purpose
Opcode format | Opcode
[ASCII] (Hex) |
Operand Format | Comments |
Single-byte,readable operand | [L] (4C) | [<ws>]<IX1>,<IY1><ws><IX2>,<IY2> | Absolute coordinates. |
Single-byte,binary operand | [l] (6C) | <LX1><LY1><LX2><LY2> | Relative coordinates |
- | [Ctrl-L] (0c | <SX1><SY1><SX2><SY2> | Relative coordinates |
- | (8c) | <BCount>[<SX1><SY1><SX2><SY2>]+ | Multiline, relative coordinates |
X2, Y2 Logical point the line segment is drawn to
Count Number of line segments that follow; count must be at least 1 and less than 256.