mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +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
|