Draw Line

Purpose

Syntax
 
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
Details Notes