global _entry section .text _entry: mov eax, 3 mov ebx, msg int 0x32 int 0x30 section .rodata msg db "Hello, world!", 0x0a, 0x00 section .bss stack resb 8