mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
12 lines
104 B
ArmAsm
12 lines
104 B
ArmAsm
|
.toc
|
||
|
|
||
|
.extern .g
|
||
|
.globl .f
|
||
|
.csect .f[PR]
|
||
|
.f:
|
||
|
bl .g
|
||
|
|
||
|
.globl f
|
||
|
.csect f[DS]
|
||
|
f: .long .f,TOC[tc0],0
|