cmake/Tests/VSNASM/foo.asm

8 lines
90 B
NASM
Raw Normal View History

2017-07-20 19:35:53 +02:00
section .text
%ifdef TEST2x64
global foo
%else
global _foo
%endif
%include "foo-proc.asm"