12 lines
121 B
ArmAsm
Raw Normal View History

.globl main
.globl start
.globl _start
.globl __start
.text
main:
start:
_start:
__start:
.byte 0
.common foo,4,4