mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
10 lines
86 B
ArmAsm
10 lines
86 B
ArmAsm
.globl x
|
|
.csect x[RW]
|
|
x:
|
|
.long 8
|
|
.globl x2
|
|
.csect x2[RW]
|
|
x2:
|
|
.long x
|
|
.long foo
|