mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-28 11:30:32 +00:00
12 lines
97 B
ArmAsm
12 lines
97 B
ArmAsm
|
.text
|
||
|
.align 5
|
||
|
.globl f
|
||
|
f:
|
||
|
mov.l .L1,r0
|
||
|
rts
|
||
|
nop
|
||
|
.align 2
|
||
|
.L1: .long g - f
|
||
|
.long foo@GOT
|
||
|
|