cmake/Tests/VSMASM/foo.asm
2015-04-27 22:25:09 +02:00

8 lines
74 B
NASM

ifndef TESTx64
.386
.model flat, c
endif
.code
include <foo-proc.asm>
end