mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-19 12:17:55 +01:00
11 lines
132 B
ArmAsm
11 lines
132 B
ArmAsm
.globl _entry
|
|
.text
|
|
_entry:
|
|
.byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
.global foo
|
|
foo:
|
|
.byte 9
|
|
|
|
.section .note,"",%note
|
|
.byte 0
|