Files
CMake/Tests/VSNASM/include/foo-proc.asm
2017-02-07 13:20:52 -05:00

8 lines
64 B
NASM

%ifdef TESTx64
foo:
%else
_foo:
%endif
mov eax, 0
ret