mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
14 lines
215 B
ArmAsm
14 lines
215 B
ArmAsm
|
.text
|
||
|
.globl foo
|
||
|
.ent foo
|
||
|
foo:
|
||
|
lui $2, %hi(bar)
|
||
|
addiu $2, %lo(bar)
|
||
|
lui $2, %hi(bar)
|
||
|
addiu $2, %lo(bar)
|
||
|
.end foo
|
||
|
|
||
|
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
|
||
|
.align 4, 0
|
||
|
.space 16
|