第一次回车后[1.obj]:这个地方输入c:\1.obj 后两次照常回车,看看能不能在C根目录下生成功obj文件
你这种情况是因为没有生成目标文件(.obj)造成的。应该是先用masm(编译)成目标文件,然后在用link(连接)成可执行文件(.exe) 比如,如果在C盘下有运行环境masm5.0和源文件5_3.asm,则应该如下顺序操作: Microsoft Windows XP [版本 5.1.2600](C) 版权所有 1985-2001 Microsoft Corp.C:\Documents...
3、一些人在使用这种方法使用MASM的时候会出现unable to open input file 这个错误,是汇编时找不到源文件。 以我的为例,我将我的1.ASM文件放在D:\MASM\WYX这个文件夹下。如果编译的时候用 Object Modules [.OBJ]:D:\MASM\WYX\1 就会出现上面的错误提示。
file <name> does not exist ILINK was unable to open the given file. The file named was in the file list in the .ILK file. seek error on library A .LIB file was corrupted. Do a full link and check your .LIB files. library close error The operating system returned an error when ...
Unable to open input file ''xxx'' ---无法打开输入文件xxx Undefined label ''xxx'' ---没有定义的标号xxx Undefined structure ''xxx'' ---没有定义的结构xxx Undefined symbol ''xxx'' ---没有定义的符号xxx Unexpected end of file in comment started on line xxx ---从xxx行开始的注解尚未结束...