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

Back to Subject List

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


 
#84013 - A non-generalizable task...
Responding to: ???'s previous message
While it is not easy to find the problem, try to look at loops which are executed many times, if there are any. Optimisation might involve replacing instructions on direct-addressed memory by instructions on implicitly addressed memory positions (Rx, A) -maybe rearranging variables. And beware when using external memory, especially on newer derivatives.

Btw. any simulator will count the cycles when single-stepping the code.

Jan Waclawek

List of 11 messages in thread
TopicAuthorDate
Code efficiency/performance            01/01/70 00:00      
   The human optimization            01/01/70 00:00      
      No Magic Wand            01/01/70 00:00      
   Optimizing            01/01/70 00:00      
      A non-generalizable task...            01/01/70 00:00      
         Code efficiency            01/01/70 00:00      
            Single step with index finger            01/01/70 00:00      
   Efficiency            01/01/70 00:00      
   No Magic Wand            01/01/70 00:00      
   No Magic Wand            01/01/70 00:00      
      Outstanding Effort !            01/01/70 00:00      

Back to Subject List