cmake/Tests/NasmOnly/libnasm1.nasm
2024-07-09 14:46:46 +02:00

7 lines
68 B
NASM

global LibNasm1Func
section .text
LibNasm1Func:
mov rax, 1
ret