Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
hello-world
/
49cd729baea3480b0861b7afd3633171c371865a
/
.
/
hello-i386-haiku.s
blob: 96ad4b6751805b2a17abfb7d607c10ac3ef068c2 [
file
] [
log
] [
blame
] [
raw
]
.section .rodata
helloworld
:
.string
"Hello world\n"
.text
.global _start
_start
:
pushl
$
12
pushl
$
helloworld
pushl
$
0
pushl
$
0
pushl
$
1
movl
$
140
,
%eax
call
*
0xffff000c
addl
$
20
,
%esp
pushl
$
0
movl
$
54
,
%eax
call
*
0xffff000c