mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
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
|
|
}
|