Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
hello-world
/
cb339749fc160a3ce291a964743e3861d17d6257
/
.
/
hello-i386-sysv.s
blob: 6f8c06efb0079647eaca4f9283cc956f4b9ced6a [
file
] [
log
] [
blame
] [
raw
]
.section .rodata
helloworld
:
.string
"Hello world\n"
.text
.global _start
_start
:
pushl
$
12
pushl
$
helloworld
pushl
$
1
subl
$
4
,
%esp
movl
$
4
,
%eax
lcall
$
7
,
$
0
addl
$
16
,
%esp
pushl
$
0
subl
$
4
,
%esp
movl
$
1
,
%eax
lcall
$
7
,
$
0