diff options
Diffstat (limited to 'Tests/VSNASM/foo.asm')
-rw-r--r-- | Tests/VSNASM/foo.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/VSNASM/foo.asm b/Tests/VSNASM/foo.asm new file mode 100644 index 0000000..aba0673 --- /dev/null +++ b/Tests/VSNASM/foo.asm @@ -0,0 +1,7 @@ +section .text +%ifdef TEST2x64 +global foo +%else +global _foo +%endif +%include "foo-proc.asm" |