mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
10 lines
117 B
ArmAsm
10 lines
117 B
ArmAsm
|
.cpu generic+fp+simd
|
||
|
.global p
|
||
|
.comm x,4,4
|
||
|
.section .rodata
|
||
|
.align 3
|
||
|
.type p, %object
|
||
|
.size p, 8
|
||
|
p:
|
||
|
.xword x
|