Add_Score_d ($F87C)

These routines take the BCD value in the D-register and add it to the 6-byte ASCII number pointed by the X-register.

 

ENTRY:

D-reg = BCD value

X-reg points to six byte ASCII score accumulator

 

EXIT:

D-reg trashed

Source