mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
17 lines
130 B
ArmAsm
17 lines
130 B
ArmAsm
|
.set nomips16
|
||
|
|
||
|
.globl y
|
||
|
.ent y
|
||
|
.type y,@function
|
||
|
y:
|
||
|
jr $31
|
||
|
.end y
|
||
|
|
||
|
.ent z
|
||
|
.type z,@function
|
||
|
z:
|
||
|
jr $31
|
||
|
.end z
|
||
|
|
||
|
.space 8
|