2017-04-10 13:32:00 +02:00

9 lines
75 B
ArmAsm

.text
.global _start
_start:
.dc.a foo
.data
.globl foo
foo:
.byte 0