.VduDraw LDA #5 \ Set A = 5 to denote "draw line absolute in the current \ graphics foreground colour"Name: VduDraw [Show more] Type: Subroutine Category: Graphics Summary: Draw a line using the standard VDU routinesContext: See this subroutine in context in the source code References: This subroutine is called as follows: * DrawCanopy calls VduDraw
Arguments: X The x-coordinate of the end of the line (0-159) Y The y-coordinate of the end of the line (0-255)