mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
10 lines
150 B
ArmAsm
10 lines
150 B
ArmAsm
|
.section .data,"awG",%progbits,foo_group,comdat
|
||
|
.dc.a x_alias
|
||
|
.type x, %object
|
||
|
.p2align 2
|
||
|
.size x, 4
|
||
|
x:
|
||
|
.zero 4
|
||
|
.globl x_alias
|
||
|
.set x_alias,x
|