Draw_VLp ($F410)

This routine draws patterned lines using the vector list pointed to by the X-register. The current scale factor is used. The vector ist has the following format:

pattern, rel y, rel x
pattern, rel y, rel x
. . .
. . .
pattern, rel y, rel x
0x01

The list is terminated by a pattern byte with the high bit cleared.

 

ENTRY:

DP = $D0

X-reg points to the vector list

 

EXIT:

X-reg points to the terminator byte

D-reg trashed

 

Source