mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
16 lines
189 B
ArmAsm
16 lines
189 B
ArmAsm
|
.text
|
||
|
.globl bar
|
||
|
|
||
|
.space 0x1000
|
||
|
|
||
|
.ent bar
|
||
|
.set mips16
|
||
|
bar:
|
||
|
nop
|
||
|
.set nomips16
|
||
|
.end bar
|
||
|
|
||
|
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
|
||
|
.align 4, 0
|
||
|
.space 16
|