A86: More beginner questions


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

A86: More beginner questions




As I said before, I'm still a beginner.  How do I add the mem address that HL
points to with the value in the accumulator, so that HL points to a new
address?

Like this:
HL points to $9000
and A has the value 200
add them so that HL now points to $90C8

??


Follow-Ups: