mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 14:53:32 +08:00
15 lines
145 B
ArmAsm
15 lines
145 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
add 0x1000 - L01, A0
|
|
nop
|
|
nop
|
|
L01:
|
|
add L01 + 0x123, A0
|
|
nop
|
|
nop
|
|
L02:
|
|
add L02 - L01, A0
|
|
nop
|
|
nop
|