??? 05/27/04 06:36 Read: times |
#71311 - RE: Rotate thru carry in C Responding to: ???'s previous message |
yeap, inline assembly is the best. but would the following line work?
#define RLC(num) {num <<= 1;num += (unsigned char) CY;} |
Topic | Author | Date |
Rotate thru carry in C | 01/01/70 00:00 | |
RE: Rotate thru carry in C | 01/01/70 00:00 | |
RE: Rotate thru carry in C | 01/01/70 00:00 | |
RE: Rotate thru carry in C | 01/01/70 00:00 | |
RE: Rotate thru carry in C | 01/01/70 00:00 | |
RE: Rotate thru carry in C | 01/01/70 00:00 | |
DO *NOT* DO THIS! | 01/01/70 00:00 | |
RE: DO *NOT* DO THIS! | 01/01/70 00:00 | |
RE: Rotate thru carry in C | 01/01/70 00:00 | |
RE: Rotate thru carry in C | 01/01/70 00:00 | |
Wrong approach. | 01/01/70 00:00 | |
RE: so often | 01/01/70 00:00 | |
Also on the Keil forum | 01/01/70 00:00 | |
Link trouble again![]() | 01/01/70 00:00 |