• Extended Inline Assembly
    Hi, I am using extended inline assembly functionality in Keil with keyword __asm. The compiler is giving error!!!! For the following code, __asm { mov GPT12E_T5,#0x3CB0 } The following error...
  • Extended Inline Assembly
    Hi, I am using extended inline assembly functionality in Keil with keyword __asm. The compiler is giving error!!!! For the following code, __asm { mov GPT12E_T5,#0x3CB0 } The following error...
  • long variables in Extended Inline Assembly
    Hallo, i'm searching for an option to use "C" long variables in an "extended inline assembly block". I don't want use the Registernames (R8, R9, ...) becase i'm not sure that they are stable in newer...
  • long variables in Extended Inline Assembly
    Hallo, i'm searching for an option to use "C" long variables in an "extended inline assembly block". I don't want use the Registernames (R8, R9, ...) becase i'm not sure that they are stable in newer...
  • inline assembly usage
    __asm { ldr pc,=addr } or __asm { "ldr pc,=addr" } getting compilation error, pc replaced with r15 but not getting compiled any suggestions/references