mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +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
|