mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-21 09:29:36 +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
|