Sir, May i know the 8051 c program for the instruction rlc a (rotate accumulator left through carry) Is there any operator for this insruction like shift operator
thanks & regards Rijo
Or standard C code can be written that will result in a variable ending up with the same contents as if a rotate through carry had been made. After all, C code isn't expected to care about contents of flag registers, but what contents we end up with in the actual variables.
... common excersize in C 101
Erik