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