mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
14 lines
193 B
ArmAsm
14 lines
193 B
ArmAsm
.text
|
|
.globl new_foo
|
|
.type new_foo, %function
|
|
new_foo:
|
|
.size new_foo, . - new_foo
|
|
.symver new_foo, foo@@ver_foo
|
|
|
|
.data
|
|
.globl bar
|
|
.type bar, %object
|
|
bar:
|
|
.dc.a foo
|
|
.size bar, . - bar
|