Difference between direct and indirect write/read ?

Status
Not open for further replies.

srilu

Junior Member level 3
Joined
May 6, 2005
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,471
Hi,

Please explain the difference between direct and indirect write/read with respect to microcontroller/processor?

-Srilu
 

srilu said:
Hi,

Please explain the difference between direct and indirect write/read with respect to microcontroller/processor?

-Srilu

Direct adressing, is when we put direct address in comand, but indirect when we addressing by other register (or variable from memory). Indirect adressing is using for acess to strings, arrays, elements of structures, with changing address by "loop" or "cycle"(like for(); while() ....).
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…