
* Add tests for standalone NASM usage * Change generic ASM_NASM executable linker to <CMAKE_LINKER> * Use CMAKE_SYSTEM_PROCESSOR to determine output format when used without a C/CXX compiler
7 lines
68 B
NASM
7 lines
68 B
NASM
global LibNasm1Func
|
|
|
|
section .text
|
|
LibNasm1Func:
|
|
mov rax, 1
|
|
ret
|