mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
10 lines
135 B
ArmAsm
10 lines
135 B
ArmAsm
.option nopic
|
|
.text
|
|
.align 1
|
|
.globl func2
|
|
.type func2, @function
|
|
func2:
|
|
jal func1
|
|
jr ra
|
|
.size func2, .-func2
|