• Inline asm error C-197 when disabling interrupt...
    Hello, I have take a piece of source at http://www.arm.com and tried to compile it using the CARM compiler. The code is shown below: /* NewState=1 will enable IRQ, NewState=0 will disable IRQ */ ...
  • Inline asm error C-197 when disabling interrupt...
    Hello, I have take a piece of source at http://www.arm.com and tried to compile it using the CARM compiler. The code is shown below: /* NewState=1 will enable IRQ, NewState=0 will disable IRQ */ ...
  • I have a problem. How to extrn asm in C inline asm.
    I want to extrn a function in asm in C. example: _asm { extrn test:near call test } like the example: but I have a exception like that: inline syntax error in 'opcode'; found 'test'
  • I have a problem. How to extrn asm in C inline asm.
    I want to extrn a function in asm in C. example: _asm { extrn test:near call test } like the example: but I have a exception like that: inline syntax error in 'opcode'; found 'test'
  • __asm inline selective disable optimization
    Hi, I'm an mixing assembly with C code using Keil uV 4.6 When I have optimization Level 3 (-O3) turned on, the compiler skips alot of assembly function memory reads & writes. I need every line to be...