mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
16 lines
191 B
ArmAsm
16 lines
191 B
ArmAsm
|
.globl __start
|
||
|
.space 8
|
||
|
.ent __start
|
||
|
__start:
|
||
|
.Lstart:
|
||
|
.space 16
|
||
|
jal __start
|
||
|
.space 32
|
||
|
jal __start
|
||
|
.space 64
|
||
|
jal .Lstart
|
||
|
.end __start
|
||
|
|
||
|
# make objdump print ...
|
||
|
.space 8
|