Add_Score_a ($F85E)

These routine take the binary value in the A-register, and add it to the 6-byte ASCII number pointed by the X-register.

 

ENTRY:

A-reg = binary value

U-reg = BCD conversion of A-reg

X-reg points to six byte ASCII score accumulator

 

EXIT:

D-reg trashed

Source