Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
arm-hpc
/
.
/
test
/
cases
/
string-constant.asm.directives.labels.comments
blob: 5f6ea8039fce4251e443de4a60ed4df17341fe87 [
file
] [
log
] [
blame
] [
raw
]
.
LC0
:
.
string
"hello world!"
s_sA
:
.
quad
.
LC0
s_sB
:
.
string
"hey there"
main
:
push rbp
mov rbp
,
rsp
mov rax
,
QWORD PTR s_sA
[
rip
]
mov rdi
,
rax
call puts
mov edi
,
OFFSET FLAT
:
s_sB
call puts
mov eax
,
0
pop rbp
ret