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

8 lines
90 B
NASM

section .text
%ifdef TEST2x64
global foo
%else
global _foo
%endif
%include "foo-proc.asm"