ELO
an anonymous user
·
Assembly
·

section .data msg db "Witaj w systemie autorstawa Stanisława Botwiny - BotwinasCommandLine",0ah msg1 db "Hello world!" msg2 db "Hello world!" msg3 db "Hello world!" msg4 db "Hello world!" section .text global _start _start: mov rax, 1 mov rdi, 1 mov rsi, msg mov rdx, 13 syscall mov rax, 60 mov rdi, 0 syscall
Click on the Run button to get started.
The code/input has changed since you last clicked on Run. Click it
again to see the updated changes.
Comments