mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
9 lines
105 B
ArmAsm
9 lines
105 B
ArmAsm
.data
|
|
.align 4
|
|
.global foo
|
|
.type foo, @object
|
|
.size foo, 4
|
|
foo:
|
|
.long -1
|
|
.section .note.GNU-stack
|