9 lines
85 B
ArmAsm
Raw Normal View History

2012-03-26 21:18:29 +02:00
.text
.global foo
.data
.align 2
.type foo, @object
.size foo, 4
foo:
.long 1