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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/29/02 02:15
Read: times


 
#23557 - RE: byte swapping
Most code and speed efficient bit reversal: 
; 4 cycles 5 bytes 2 ports
; (and most hardware wasting)

ffbr:
MOV P1,A ; 2 bytes 1 cycle
MOV A,P0 ; 2 bytes 1 cycle
RET      ; 1 byte 2 cycles but makes more sense to use a macro

; wire P0.0 to P1.7 and so on...


List of 30 messages in thread
TopicAuthorDate
byte swapping            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping P.S.:            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping Erik            01/01/70 00:00      
RE: Rob            01/01/70 00:00      
RE: Rob            01/01/70 00:00      
RE: Rob            01/01/70 00:00      
RE: Rob            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: Rob            01/01/70 00:00      
RE: Rob            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping - Alfredo            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: Rob            01/01/70 00:00      
RE: Rob            01/01/70 00:00      
RE: Rob, No Excel needed            01/01/70 00:00      
RE: Rob, No Excel needed            01/01/70 00:00      
RE: Rob, No Excel needed            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      
RE: byte swapping            01/01/70 00:00      

Back to Subject List