mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-26 16:29:28 +00:00
12 lines
118 B
ArmAsm
12 lines
118 B
ArmAsm
|
.text
|
||
|
.align 2
|
||
|
.global bar
|
||
|
.type bar, %function
|
||
|
bar:
|
||
|
b foo
|
||
|
|
||
|
.align 2
|
||
|
.type foo, %function
|
||
|
foo:
|
||
|
bl hidfn
|