mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
11 lines
104 B
NASM
11 lines
104 B
NASM
|
global foo
|
||
|
global foo_hidden:function hidden
|
||
|
|
||
|
SECTION .text align=16
|
||
|
|
||
|
foo:
|
||
|
foo_hidden:
|
||
|
foo_label:
|
||
|
ret
|
||
|
|