mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-17 03:08:12 -04: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
|