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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/08/04 01:56
Read: times


 
#73768 - RE: Executing code Vs moving code - And
Responding to: ???'s previous message

2. Both PSEN and !RD needed for accessing external code memory WITH a movx instruction.


Yes, but it's a hack. Standard issue '51/'52 architecture separates the memories - MOVX is for R/W on data, MOVC for Read on code - or at least that's what the original designer intention was - and anything that allows MOVX to access code memory (or any code memory write operation for that matter) is beyond the basic specs and is some proprietary extension, either of the microcontroller manufacturer or your (circuit designer's) own.

By default (and recommended for beginners) the above point doesn't exist - no accessing code memory by MOVX, neither for read nor for write. Reading with MOVC or at standard code execution only.


4.Only !RD required for reading data from an external memory (ROM).

Or RAM (obviously).

List of 25 messages in thread
TopicAuthorDate
Stupid EEPROM question            01/01/70 00:00      
   RE: Stupid EEPROM question            01/01/70 00:00      
      Execute whilst Programmin            01/01/70 00:00      
   RE: Stupid EEPROM question            01/01/70 00:00      
   RE: Stupid EEPROM question            01/01/70 00:00      
      RE: Stupid EEPROM question            01/01/70 00:00      
         RE: Stupid EEPROM question            01/01/70 00:00      
            Executing code Vs moving code - Oleg            01/01/70 00:00      
               RE: Executing code Vs moving code - Oleg            01/01/70 00:00      
                  Executing code Vs moving code - Anders            01/01/70 00:00      
                     RE: Executing code Vs moving code - And            01/01/70 00:00      
                         Executing code Vs moving code - Bartoz            01/01/70 00:00      
                           RE: Executing code Vs moving code - Bartoz            01/01/70 00:00      
                              Learning never stops - Oleg            01/01/70 00:00      
                           RE: Executing code Vs moving code - Ra            01/01/70 00:00      
                              RE: missing the point            01/01/70 00:00      
      RAM or ROM            01/01/70 00:00      
         RE: RAM or ROM            01/01/70 00:00      
   RE: Stupid EEPROM question            01/01/70 00:00      
      RE: Stupid EEPROM question            01/01/70 00:00      
   RE: Stupid EEPROM question            01/01/70 00:00      
      RE: Stupid EEPROM question            01/01/70 00:00      
      RE: Stupid EEPROM question            01/01/70 00:00      
         RE: Stupid EEPROM question            01/01/70 00:00      
            RE: Stupid EEPROM question            01/01/70 00:00      

Back to Subject List