/* call main and exit */ .text .globl _start _start: call main mov $0xfc,%eax /* exit systemcall */ int $0x80