https://codalab.lisn.upsaclay.fr/forums/21066/501

Run Settings
LanguageAssembly
Language Version
Run Command
section .data msg db "Hello World!", 0ah section .text global _start _start: mov rax, 1 mov rdi, 1 mov rsi, msg mov rdx, 13 syscall mov rax, 60 mov rdi, syscall https://codalab.lisn.upsaclay.fr/forums/21066/5011/
Editor Settings
Theme
Key bindings
Full width
Lines