mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +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
|