18 lines
140 B
ArmAsm
18 lines
140 B
ArmAsm
|
.set nomips16
|
||
|
|
||
|
.globl y
|
||
|
.ent y
|
||
|
.type y,@function
|
||
|
.align 4
|
||
|
y:
|
||
|
jr $31
|
||
|
.end y
|
||
|
|
||
|
.ent z
|
||
|
.type z,@function
|
||
|
z:
|
||
|
jr $31
|
||
|
.end z
|
||
|
|
||
|
.space 8
|