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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/12/04 15:34
Read: times


 
#70248 - RE: Please only show for two bits
Responding to: ???'s previous message
hi,
well, if you use just two bits, so:

- eject memory allocations for BIT2_DELAY...BIT7_DELAY;

- in main/next bit loop use
CJNE R7,#2,NEXT_BIT ; ...to 1
instead of
CJNE R7,#8,NEXT_BIT ; ...to 7
or just optimize it to simple:
  MOV R7,#0 ; process bit 0
  CALL PROCESS_BIT
  INC R7    ; process bit 1
  CALL PROCESS_BIT

- do not produce BIT2_DESCRIPTOR...BIT7_DESCRIPTOR
and so do not include their addresses into lookup table.

That`s all.

Regards,
Oleg

List of 24 messages in thread
TopicAuthorDate
managing different states & timer            01/01/70 00:00      
   RE: managing different states & timer            01/01/70 00:00      
      Thanks            01/01/70 00:00      
      Understanding your code            01/01/70 00:00      
         RE: Understanding your code            01/01/70 00:00      
      Please only show for two bits            01/01/70 00:00      
         he amazing Waqar with his many names            01/01/70 00:00      
            Two Bits expalin if possible            01/01/70 00:00      
               Warning: Waqar Zaka is back.            01/01/70 00:00      
                  RE: Warning: Waqar Zaka is back.            01/01/70 00:00      
                     RE: Warning: Waqar Zaka is back.            01/01/70 00:00      
                     RE: Warning: Waqar Zaka is back.            01/01/70 00:00      
                        How to close Posts            01/01/70 00:00      
         RE: Please only show for two bits            01/01/70 00:00      
            Few Questions about the working of code            01/01/70 00:00      
   Ya waqar zaka is back SO            01/01/70 00:00      
      RE: Ya waqar zaka is back SO            01/01/70 00:00      
      RE: Ya waqar zaka is back SO            01/01/70 00:00      
   Please Oleg Sergeev            01/01/70 00:00      
      RE: Please Oleg Sergeev            01/01/70 00:00      
      RE: Please Oleg Sergeev            01/01/70 00:00      
         RE: Please Oleg Sergeev            01/01/70 00:00      
            RE: no please anymore            01/01/70 00:00      
               Thankyou ALL            01/01/70 00:00      

Back to Subject List