| ??? 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 |
| Topic | Author | Date |
| 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 |



