7 lines
68 B
NASM
7 lines
68 B
NASM
global LibNasm1Func
|
|
|
|
section .text
|
|
LibNasm1Func:
|
|
mov rax, 1
|
|
ret
|