mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
8 lines
102 B
ArmAsm
8 lines
102 B
ArmAsm
|
.abicalls
|
||
|
.symver foo2,foo@@V2
|
||
|
.global foo2
|
||
|
.data
|
||
|
.type foo2,%object
|
||
|
.size foo2,4
|
||
|
foo2: .word 0
|