CMake/Tests/VSMASM/include/foo-proc.asm
Brad King df3b007d7f VS: Add test for MASM support
It is now expected to work with VS >= 10 and MSVC >= 13.1.
2014-08-20 10:19:49 -04:00

5 lines
43 B
NASM

foo proc public
mov eax,0
ret
foo endp