26259aa774
Le jalon 5 a été sauté.
10 lines
No EOL
304 B
Text
10 lines
No EOL
304 B
Text
external printf
|
|
|
|
globals (x)
|
|
lx : x <- copy "The universe is big, it's vast and complicated, and ridiculous and sometimes, very rarely, impossible things just happen and we call them miracles.";
|
|
l00: %rdi <- copy "%s\n";
|
|
l01: %rsi <- copy x;
|
|
l02: %rax <- copy 0;
|
|
l03: printf();
|
|
l04: exit;
|
|
end |