Draw_VLp_b ($F40E)

This routine draws patterned lines using the vector list pointed to by the X register. The vector list 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

B-reg = the scale factor

X-reg points to the vector list

 

EXIT:

X-reg points to the terminator byte

D-reg trashed

 

Source