Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
752ce3b53e839f05111692f958d1f1c7de83dad6
/
.
/
test
/
cases
/
clang-hellow.asm.directives.labels
blob: ec8bb39797337cbf5ad22e8b341bf9b20d975250 [
file
] [
log
] [
blame
] [
raw
]
main
:
# @main
# BB#0:
pushq
%
rbp
movq
%
rsp
,
%
rbp
movl $
.
L
.
str
,
%
edi
xorb
%
al
,
%
al
callq printf
movl $str
,
%
edi
callq puts
xorl
%
eax
,
%
eax
popq
%
rbp
ret
.
L
.
str
:
.
asciz
"Hello world"
str
:
.
asciz
"moo"