mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
10 lines
115 B
ArmAsm
10 lines
115 B
ArmAsm
|
.text
|
||
|
.globl f
|
||
|
.type f,@function
|
||
|
f:
|
||
|
movi20 #foo@GOTOFFFUNCDESC, r1
|
||
|
add r12, r1
|
||
|
.type foo,@function
|
||
|
foo:
|
||
|
nop
|