mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
11 lines
129 B
ArmAsm
11 lines
129 B
ArmAsm
.global foo
|
|
.text
|
|
.align 4
|
|
label1:
|
|
.literal .Lunused, 0xffffffff
|
|
entry a5,16
|
|
.begin longcalls
|
|
call4 foo
|
|
.end longcalls
|
|
nop
|