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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/17/04 10:17
Read: times


 
#70469 - RE: use of PC or DPTR
Responding to: ???'s previous message
Registers are a valuable resource. For well-optimised code it is generally best not to consume more registers in a piece of code than is necessary. Using the PC as an offset to code memory rather than DPTR will make saving/restoring the DPTR unnecessary.

There is a typical example of using PC to be found here:

http://www.programmersheaven.com/zone5/cat.../index.htm


List of 13 messages in thread
TopicAuthorDate
use of PC or DPTR            01/01/70 00:00      
   RE: use of PC or DPTR            01/01/70 00:00      
      RE: use of PC or DPTR            01/01/70 00:00      
   RE: use of PC or DPTR            01/01/70 00:00      
      RE: use of PC or DPTR            01/01/70 00:00      
   RE: use of PC or DPTR            01/01/70 00:00      
   RE: use of PC or DPTR            01/01/70 00:00      
      RE: use of PC or DPTR            01/01/70 00:00      
         thanks            01/01/70 00:00      
         can we make three four lookup tables            01/01/70 00:00      
            RE: can we make three four lookup tables            01/01/70 00:00      
            RE: can we make three four lookup tables            01/01/70 00:00      
               RE: can we make three four lookup tables            01/01/70 00:00      

Back to Subject List