Rationalist
Programmer
Hi there,
I'm working on HC11
Does anyone know, a way to load the accumulator, with the value of a memory address, that is written in another memory address?
I mean for example
Assume that we have stored $10, $10 in memory address $1000
And we have stored $AA,$AA in memory address $1010, how can we load the contents of $1000 which is "AA AA" to the accumulator?
I'm working on HC11
Does anyone know, a way to load the accumulator, with the value of a memory address, that is written in another memory address?
I mean for example
Assume that we have stored $10, $10 in memory address $1000
And we have stored $AA,$AA in memory address $1010, how can we load the contents of $1000 which is "AA AA" to the accumulator?