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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/11/00 20:37
Read: times


 
#1768 - RE: bit select
Use the RRC or RLC instructions, count the number of times through your loop and act on the count value as you loop around.
MOV ctr,#0
MOV A,yourdata
RRC A
MOV yourbit,C


Steve




List of 5 messages in thread
TopicAuthorDate
bit select            01/01/70 00:00      
RE: bit select            01/01/70 00:00      
RE: bit select            01/01/70 00:00      
RE: bit select            01/01/70 00:00      
RE: bit select            01/01/70 00:00      

Back to Subject List