mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-12 03:05:37 +00:00
12 lines
119 B
ArmAsm
12 lines
119 B
ArmAsm
|
.text
|
||
|
.globl f
|
||
|
.type f,@function
|
||
|
f:
|
||
|
mov.l .L1, r0
|
||
|
mov.l .L2, r1
|
||
|
.align 2
|
||
|
.L1:
|
||
|
.long foo@PLT
|
||
|
.L2:
|
||
|
.long bar@PLT
|