mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +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
|