2019-12-08 15:31:14 +01:00

8 lines
96 B
R

main@global(128) {
#// printf ("Hello World\n");
: nop
: mov eax, 1
: push eax
: int 0x80
}