• passing array to inline assembly
    i am sending details of my problem,i want to send array values stored in c function to inline assembly created in separate file .i have array declared in main file as extern like below extern unsigned...
  • Inline assembly in function definition to add two values
    Inline assembly in function definition to add two values passing to the function as arguments Would appreciate if someone can tell/show me how to create a variable in assembly. I'm having a small...
  • MDK-5.25 Assembler change immediate value of one assembly instruction
    I am using the KEIL MDK-5.25, assembly. The project compiles without some problems, but when i see the disassembly the assembler change the inmediate value. Assembler replace the immediate for another...
  • passing array values to in line assembly
    i have problem with passing array values from c to inline assembly pls help me &also reciving values from inlineassembly
  • Inline Assembly & Interrupt Functions
    Hello, 1) I want to place assembly code in my C code. The problem with using SRC is that I would have to rename the file MyAsm.SRC to MyAsm.A51 and then (remove C code from project) include A51 code...