CMake/Tests/VSMASM/foo.asm

8 lines
74 B
NASM

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