• ARM LPC2138 assembly Carry Flag problem (karm232a)
    LSL doesn't affect Carry Flag in the simulator. I have test LSL and RRX and same problem, Carry is not affect. someone can very this please ? unsigned char bitflop(unsigned char Din) __arm { ...
  • Carry Flag in LPC ARM Cortex M3
    I am implementing a project where i have to do some BCD arithmetic.Is there any register in the LPC which which contains the carry flag, like the ones we have in 8051[PSW].Or is there any other method...
  • Carry flag value from c code
    Hi i want to get the value of the carry flag (after shift to left) from c code how to do it?? thanks
  • 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...
  • Carry flage
    How can get the carry flag when add a var in Keil C?