7 lines
72 B
R
7 lines
72 B
R
exit@syscall(1);
|
|
@syscall() {
|
|
: int 0x88
|
|
}
|
|
main@global() {
|
|
exit(0);
|
|
}
|