+ -
当前位置:首页 → 问答吧 → ml.exe报错,不能打开文件

ml.exe报错,不能打开文件

时间:2011-11-23

来源:互联网

使用masm.exe和link.exe很正常,就是不能用ml.exe

C:\DOS\MASM6.15>ml e;
Microsoft (R) Macro Assembler Version 6.15.8803
Copyright (C) Microsoft Corp 1981-2000. All right

 Assembling: e;
MASM : fatal error A1000: cannot open file : e;

作者: glouze   发布时间: 2011-11-23

简单的说,masm是16位汇编器,ml则可以编译16/32的汇编源代码。当你不能确定的时候后,你可以
ml /? 
看一下HELP

作者: masmaster   发布时间: 2011-11-23

就是几行16位的源代码,可不可以直接告诉我怎么才能让ml.exe工作

作者: glouze   发布时间: 2011-11-23