Dot_ix_b ($F2BE)

This routine draws a dot at the relative y and relative x position pointed to by the X register. Afterwards, the X register is incremented by 2.

 

ENTRY:

DP = $D0

X-reg points to the (y,x) coordinate pair

B-reg contains the intensity

 

EXIT:

X-reg incremented by 2

D-reg trashed

 

Source