Mov_Draw_VLc_a ($F3AD)

This routine moves to the first location specified in vector list, and then draws lines between the rest of coordinates in the list. The number of vectors to draw is specified as the first byte in the vector list. The current scale factor is used. The vector list has the following format:

count, rel y, rel x, rel y, rel x, ...

 

ENTRY:

DP = $D0

X-reg points to the vector list

 

EXIT:

X-reg points to next byte after list

D-reg, X-reg trashed

 

Source