index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
VSMASM
/
include
/
foo-proc.asm
blob: e8ba5dcb4443b39faf7bd37ecfe5dcb56f5bbf04 (
plain
)
1
2
3
4
foo
proc public
mov
eax
,
0
ret
foo
endp