mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 12:51:22 +01:00
15 lines
206 B
ArmAsm
15 lines
206 B
ArmAsm
.text
|
|
.type start,"function"
|
|
.global start
|
|
start:
|
|
.type _start,"function"
|
|
.global _start
|
|
_start:
|
|
.type __start,"function"
|
|
.global __start
|
|
__start:
|
|
.type main,"function"
|
|
.global main
|
|
main:
|
|
.long 0
|