• 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 { ...
  • 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 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 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
  • Using C and reading CPU Register (Carry-Flag) via assembler
    Hi smart guys out there, I am using µVision with TIs eval-kit LM3S9B92. I use µVisions C-Compiler. I learned that it is not possible to read the CPU-Registers with C and I have to use asembler...