• 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...
  • Register Usage in Extended Inline Assembler Blocks
    Using XC161 DSP Registers like IDX, MAE, MAH or MDL in "Extended Inline Assembler Blocks": Do I have to save and restore (push / pop) this registers - by use in standard linear code ? - by use in...
  • Register Usage in Extended Inline Assembler Blocks
    Using XC161 DSP Registers like IDX, MAE, MAH or MDL in "Extended Inline Assembler Blocks": Do I have to save and restore (push / pop) this registers - by use in standard linear code ? - by use in...
  • use c variables in inline assembly
    main() { char a[10]="srikanth"; //----assembly code starts..... //--------asm ends......... // c code }