Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bd2d6c8f39d46d5f2f95e00a876ecee627d5ccc6
/
.
/
Tests
/
VSNASM
/
foo.asm
blob: cbfe14b44b72af4eb88aa47c7e069adb778367b4 [
file
]
%
ifndef DEF_FOO
%
error
"DEF_FOO incorrectly not defined"
%
endif
section
.
text
%
ifdef TEST2x64
global
foo
%
else
global
_foo
%
endif
;
TASM compatibility mode allows
'include'
instead of
'%include'
include
"foo-proc.asm"