mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
13 lines
151 B
ArmAsm
13 lines
151 B
ArmAsm
|
.data
|
||
|
.global two
|
||
|
two:
|
||
|
.long 2
|
||
|
|
||
|
.section .gnu.linkonce.d.foo, "aw"
|
||
|
.global foo
|
||
|
# PE signature of the comdat group
|
||
|
foo:
|
||
|
.global one
|
||
|
one:
|
||
|
.long 1
|