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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/03/05 14:41
Read: times


 
#98771 - addressed 16-bit movx write
Responding to: ???'s previous message
Even adressed 16-bit movx write should be as simple as adding a 74x574 latching content of P2 on leading edge of ALE.
The write is then:
   mov   P2,high-data
   mov   A,low-data
   mov   DPTR,#address
   movx  @DPTR,A
provided that code is executed from internal code memory.

Reading is an another issue.

I can be wrong, of course.

Jan Waclawek

List of 19 messages in thread
TopicAuthorDate
Changing address to data ?, Opinion.            01/01/70 00:00      
   Not Possible Kurnia !            01/01/70 00:00      
   explanation            01/01/70 00:00      
      Good Answer,not Good Question            01/01/70 00:00      
   Ask Erik?            01/01/70 00:00      
      Ask Erik?            01/01/70 00:00      
         possible            01/01/70 00:00      
            Possible            01/01/70 00:00      
               re:possible            01/01/70 00:00      
               Students            01/01/70 00:00      
         Speed            01/01/70 00:00      
         Found it!            01/01/70 00:00      
   documentation            01/01/70 00:00      
   Yes, its a good idea !            01/01/70 00:00      
      If you do it that way            01/01/70 00:00      
         speed? really?            01/01/70 00:00      
            the source of this discussion was a post            01/01/70 00:00      
               addressed 16-bit movx write            01/01/70 00:00      
      Thank's for the opinion            01/01/70 00:00      

Back to Subject List