mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-15 18:27:49 +01:00
13 lines
134 B
ArmAsm
13 lines
134 B
ArmAsm
.globl main
|
|
.globl start
|
|
.globl _start
|
|
.globl __start
|
|
.text
|
|
main:
|
|
start:
|
|
_start:
|
|
__start:
|
|
|
|
.section .foo,"a",%nobits
|
|
.space 16
|