Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
477a0774f4ba8475b57a0e3ce0fc853f855c9d61
/
.
/
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