A82: Adding 100 (to score-asm)


[Prev][Next][Index][Thread]

A82: Adding 100 (to score-asm)



Is this legal?

ld a,(score)
add a,100
ld (score),a

Does that add 100 to the variable score? I am curious because in an 83 
asm game which I am going to *try* to convert to 82asm it uses like 10 
lines of code to add 100 to the score.



Follow-Ups: