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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/19/01 12:17
Read: times


 
#15050 - RE: Counting bits
Loop on rrc and count the carry bit

BitCountLoop:
RRC
jnb C NoBit
inc BitCount
NoBit: djnz LoopCount BitCountLoop

Erik

List of 8 messages in thread
TopicAuthorDate
Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      

Back to Subject List