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