mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
df3b007d7f
It is now expected to work with VS >= 10 and MSVC >= 13.1.
5 lines
43 B
NASM
5 lines
43 B
NASM
foo proc public
|
|
mov eax,0
|
|
ret
|
|
foo endp
|