• MDK-ARM: Importing labels into inline assembler
    Hi, I'm attempting to jump to the address of a specific assembler label from within my C code, so I thought I'd try some embedded assembler; For example; void JumpToAsm(void) { __asm {...
  • MDK-ARM: Importing labels into inline assembler
    Hi, I'm attempting to jump to the address of a specific assembler label from within my C code, so I thought I'd try some embedded assembler; For example; void JumpToAsm(void) { __asm {...
  • Label Addressing in Arm Assembly
    Dear All, I need some help regarding label addressing. I was going through the following code. "Stack_Size EQU 0x00000400 AREA STACK, NOINIT, READWRITE, ALIGN=3 __stack_limit Stack_Mem SPACE Stack_Size...
  • Label Addressing in Arm Assembly
    Dear All, I need some help regarding label addressing. I was going through the following code. "Stack_Size EQU 0x00000400 AREA STACK, NOINIT, READWRITE, ALIGN=3 __stack_limit Stack_Mem SPACE Stack_Size...
  • Assembler Branch instruction?
    b .+2 B is Branch instruction but I don not understant what is .+2 and how many cycle use this instruciton. I was looking for a book, but we can not tell anything nicely, you can recommend something...