mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00: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
|