mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
16 lines
195 B
ArmAsm
16 lines
195 B
ArmAsm
.hidden x1
|
|
.globl x1
|
|
.section .tdata,"awT",@progbits
|
|
.p2align 2
|
|
.type x1, @object
|
|
.size x1, 4
|
|
x1:
|
|
.long 41
|
|
.hidden x2
|
|
.globl x2
|
|
.p2align 2
|
|
.type x2, @object
|
|
.size x2, 4
|
|
x2:
|
|
.long 42
|