如何在Visual Studio 2013中编写MASM程序集时看到编译错误?

时间:2014-12-29 13:29:00

标签: visual-studio assembly masm

我按照here的说明设置了免费的visual studio community 2013,用于汇编编程。一切正常,但我无法通过行号看到编译错误。如果构建错误,则在下面的消息框中输出错误,这显然不表示错误。那么如何才能在visual studio中看到汇编编译错误?

1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations\masm.targets(50,5): error MSB3721: The command "ml.exe /c /nologo /Zi /Fo"Debug\Moves.obj" /Fl"myFirstAssembly.lst" /I "c:\Irvine" /W3 /errorReport:prompt  /Ta"..\..\..\..\..\..\..\Irvine\Examples\ch04\32 bit\Moves.asm"" exited with code 1.

0 个答案:

没有答案