12 lines
176 B
NASM
12 lines
176 B
NASM
[section .text]
|
|
|
|
[global ghidden:hidden]
|
|
[global ginternal:internal]
|
|
[global gprotected:protected]
|
|
[global gtoomany:hidden internal]
|
|
|
|
ghidden:
|
|
ginternal:
|
|
gprotected:
|
|
gtoomany:
|