Thursday, January 27, 2011

Direct Addressing technique

Direct addressing is so-named because the value to be stored in memory is obtained by directly retrieving it from another memory location.
For example:
MOV A,30h
This instruction will read the data out of Internal RAM address 30 (hexadecimal) and store it in the Accumulator.


For more detail visit :- http://www.gurukpo.com/

No comments:

Post a Comment