• 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...
  • 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...
  • Pass in an immediate value to an inline assembly function
    Note: This was originally posted on 6th March 2009 at http://forums.arm.com Hi, I would like to pass in an immediate value to an inline assembly function, such as in this example: inline int foo(int a...
  • Pass in an immediate value to an inline assembly function
    Note: This was originally posted on 6th March 2009 at http://forums.arm.com Hi, I would like to pass in an immediate value to an inline assembly function, such as in this example: inline int foo(int a...
  • Syntax for an immediate offset value from an assembly time calculation
    I would like to calculate an offset from the current PC to a label in subsequent program flow. E.g. instruction to use #value value = label - . label: other instruction How would be the...