我用masm编译汇编程序的时候,其源文件名不能超过8位(如源文件名为helloworld.asm就不能编译通过,提示unable to open input file helloworld.asm 如果把文件名改为hello.asm的话就行了)怎样让它支持长文件名呢?,
------解决方案--------------------------------------------------------
好像6.14可以支持长文件名,不过最好还是避免使用长文件名。
------解决方案--------------------------------------------------------
try masm6.15 / masm8.0 / masm9.0