; nasm -f elf32 offset.s global _start _start: mov eax, 1 mov ebx, 0 int 0x80