• 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...
  • 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...
  • inline assembler
    Hello, I'm trying to optimize DSP functions to use them in my cortex M3 MCU. I use the Keil compiler and I want to work with inline assembler, but the Keil compiler don't support the inline assembler...