Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
rivoreo-fork
/
.
/
test
/
cases
/
clang-hellow.asm.directives.labels.comments
blob: 0378e3636c552fae3339ed27103d82fe392f7eff [
file
] [
log
] [
blame
] [
raw
]
main
:
# @main
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"