8 lines
75 B
ArmAsm
8 lines
75 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
.dc.a foo
|
|
.data
|
|
.globl foo
|
|
foo:
|
|
.byte 0
|