6 lines
60 B
ArmAsm
6 lines
60 B
ArmAsm
|
.text
|
||
|
.globl _start
|
||
|
_start:
|
||
|
ldr r1, [r0, #:sb_g0:(foo)]
|
||
|
|