11 lines
137 B
ArmAsm
11 lines
137 B
ArmAsm
|
.section .bss
|
||
|
bar:
|
||
|
.text
|
||
|
.type _start,"function"
|
||
|
.global _start
|
||
|
_start:
|
||
|
.type __start,"function"
|
||
|
.global __start
|
||
|
__start:
|
||
|
.long 0
|