Intel 8085
Posts  1 - 2  of  2
callkalpa
Hi,

I'm trying to simulate an assembly program with GNUSim8085 application. I want to load data from a memory address to the accumulator and that memory address is in a registry (let's say in registry B). What is the opcode I should use to get this done?
Save
Cancel
Reply
replied to:  callkalpa
mruds8887
Replied to:  Hi, I'm trying to simulate an assembly program with GNUSim8085...
Hi kalpana......
you should follow the opcode (memorylocation MOV B,M
MOV A,B


Save
Cancel
Reply
 
x
OK