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