• Passing variables from C to ASM
    How do we pass variables from 'C' program to an assembly part included in the same program? Kindly help.
  • Using asm variable in C
    Hello! In my project in Keil i am using mixing programming C and ASM with working inline assembler. I have some problems to access variable define in asm from C. I define variable in module spi...
  • ARM: asm variable initialization
    Hi Im using a STM32F429ZI and have the folowing problem: In my assembler program i initialize the following variables: AREA myVars, DATA, READWRITE op1_table DCW 0x0001, 0x0017, 0xffff...
  • Accessing local variables in asm
    How can you access local variables in the arm asm block? One example the software came with looks like this and doesn't work: int AddUp ( int n, int near *pTab) { __asm { ; open inline-assembly...
  • Manual variables initialization in asm
    Hello everyone. I have two questions about linker. Actually I'm not sure, it's about linker, but I guess it's about it. Target - Cortex M4F IDE - Keil uVision 5.15 Language - assembler Toolchain...