mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
16 lines
183 B
ArmAsm
16 lines
183 B
ArmAsm
.globl B
|
|
.globl C
|
|
|
|
.section .foo,"awx",%progbits
|
|
.4byte 1,2,3,4
|
|
B:
|
|
.4byte 5,6,7
|
|
|
|
.section .bar,"ax",%nobits
|
|
.space 0x123
|
|
C:
|
|
.space 0x302
|
|
|
|
.globl D
|
|
.equ D,0x12345678
|