A86: Line Routine


[Prev][Next][Index][Thread]

A86: Line Routine



What is the best way to create a vert/horizontal line?

Vertical,  starts at 4,5 ends at 4,10

Example of the commands I would like to use to draw the line

ld bc,$0405
ld a,10
call VertLine

Thanks,  David Piper