Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
hello-world
/
3d9b9ed359012f2d5485c91f5f79062a68fffc72
/
.
/
hello-i386-solaris.s
blob: d512c320deb8dba69809ecace708971c56e308fc [
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
int
$
0x91
addl
$
16
,
%esp
pushl
$
0
subl
$
4
,
%esp
movl
$
1
,
%eax
int
$
0x91