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_limitStack_Mem SPACE Stack_Size__initial_sp
In the above code, an ELF section…