【发布时间】:2014-05-21 12:21:39
【问题描述】:
从上面的链接:
Content of the memory location whose address is available in H,L pair is transferred to the destination register r.
我不明白的是地址如何进入 H,L 对?我有一个内存地址,并希望将其中存在的值传输到寄存器。我该如何使用
MOV r,M指令?
【问题讨论】:
标签: assembly microcontroller instruction-set microprocessors 8085