• Use of RRC (Rotate right through carry) in Keil
    The 8051 family of microcontrollers has a very useful assembly instruction RRC. This instruction rotates carry into the MSB of the given register, shifts that register right by 1, and carry becomes equal...
  • 8051 c program for rotating through carry
    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
  • Is there a function for string rotate ?
    "This is a string. " Rotate to : "his is a string. T" Rotate to : "is is a string. Th" .... I use it for LCD Display for Scroll.
  • how to rotate or shift data
    how to rotate or left/right shift the data on port0 of 8051
  • carry bit
    as i am doing in assembly language setb c clr c it work's fine but when i tried it in c c = sd; sd = c; the sd may be the high or low it gives error related to declaration of...