mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
9 lines
96 B
ArmAsm
9 lines
96 B
ArmAsm
|
.globl x1
|
||
|
x1 = 0x11223344
|
||
|
.globl x2
|
||
|
x2 = 0x55667788
|
||
|
.globl x3
|
||
|
.csect x3[RW]
|
||
|
x3:
|
||
|
.long 42
|