• 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'
  • Cortex-A9 inline asm
    Note: This was originally posted on 23rd November 2012 at http://forums.arm.com Hi, I am getting below error message for arm inlin in gcc compiler , could you please tell me what is the reason. I am using...
  • Cortex-A9 inline asm
    Note: This was originally posted on 23rd November 2012 at http://forums.arm.com Hi, I am getting below error message for arm inlin in gcc compiler , could you please tell me what is the reason. I am using...
  • RTX-51 Tiny & inline asm
    I wrote a simple program Test.c using RTX-51 Tiny: #include <AT89X52.H> #include <RTX51TNY.H> void test_task(void) _task_ 0x00 { while (1) { #pragma asm RLC A #pragma endasm os_wait(K_IVL, 100...