You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
171 B

.abicalls
.set noreorder
# Define a MIPS16 function f1@@V1.
.global _f1
.symver _f1,f1@@V1
.set mips16
.type _f1,@function
.ent _f1
_f1:
jr $31
nop
.end _f1