Menu
Home
gcc
nasm32
Python
Archive
Chat
Contact
Русский
English
中文
Online Compiler Nasm
extern io_print_string section .data msg db `Hello, world!\n`, 0 section .text global main main: ; This is a comment mov eax, msg call io_print_string xor eax, eax ret
Run
main.asm
Русский
中文
English
Hint
Share this code
Copy this url:
or
QR-code:
All site materials are available under license:
Creative Commons Attribution 4.0 International