• 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...
  • 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...
  • 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 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