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
172 B
15 lines
172 B
7 months ago
|
.text
|
||
|
.align 2
|
||
|
.globl func1
|
||
|
.type func1,%function
|
||
|
func1:
|
||
|
bx lr
|
||
|
.globl func2
|
||
|
.type func2,%function
|
||
|
func2:
|
||
|
bx lr
|
||
|
.globl func3
|
||
|
.type func3,%function
|
||
|
func3:
|
||
|
bx lr
|