Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/01/02 20:31
Read: times


 
#21312 - RE: MOVX A, @DPTR problem
Peter,

Any instruction that references External Program memory generates either the wr or rd strobes.

A "movx a,@r0" or a "movx a,@dptr" both generate a rd strobe as you are "reading" (fetching) from External Memory. This is the "X" in the MOVX instruction coding.

A "movx @r0,a" or a "movx @dptr,a" both generate a wr strobe as you are "writing" (storing) to External Memory.

Notice that Program memory (a read only mechanism) generates a PSEN signal automatically as it fetches instructions from an external program memory (prom) and in response to instructions such as "movc a,@a+dtpr".

regards,
p


List of 6 messages in thread
TopicAuthorDate
MOVX A, @DPTR problem            01/01/70 00:00      
RE: MOVX A, @DPTR problem            01/01/70 00:00      
RE: MOVX A, @DPTR problem            01/01/70 00:00      
RE: MOVX A, @DPTR problem            01/01/70 00:00      
RE: MOVX A, @DPTR problem            01/01/70 00:00      
RE: MOVX A, @DPTR problem            01/01/70 00:00      

Back to Subject List