Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
7f8d15c80bcc8ced77bbf9183b8b1da28ba40c53
/
.
/
test
/
cases
/
gcc4.6-hellow.asm.directives.labels.comments
blob: 0405c13048e7e5641c04832a5f6d0b4c23e1586c [
file
] [
log
] [
blame
] [
raw
]
.
LC0
:
.
string
"Hello world"
.
LC1
:
.
string
"moo\n"
main
:
subq $8
,
%
rsp
movl $
.
LC0
,
%
esi
movl $1
,
%
edi
xorl
%
eax
,
%
eax
call __printf_chk
movl $
.
LC1
,
%
esi
movl $1
,
%
edi
xorl
%
eax
,
%
eax
call __printf_chk
xorl
%
eax
,
%
eax
addq $8
,
%
rsp
ret