• 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
    __initial_sp

    In the above code, an ELF section…