• inline assenbly
    Hi! Controler: STM32F4 Toolchain: MDK-ARM Professional Version: 5.21a I want to compile the following peace of code static __inline int MULSHIFT32(int x, int y) { int zlow; __asm__ volatile...
  • inline assenbly
    Hi! Controler: STM32F4 Toolchain: MDK-ARM Professional Version: 5.21a I want to compile the following peace of code static __inline int MULSHIFT32(int x, int y) { int zlow; __asm__ volatile...
  • How to insert Assembly code into C code
    I have got this code which insert Assembly code into C code. How can the parameter of the function, tx_buffer be passed into the assembly? Also what is the value of R7 in the first line? And how can it...
  • How to insert machine code in source code?
    Hello, For the test purpose, I want to insert some machine code in my source code? Is it possible? Thanks, Simon
  • How to insert machine code in source code?
    Hello, For the test purpose, I want to insert some machine code in my source code? Is it possible? Thanks, Simon