yuyuyu喵 发表于 2016-11-8 19:26:34

masm32 通过命令行编译asm文件,为何报错了?


C:\masm32\examples\exampl01\3dframes>ml 3dframes.asm
Microsoft (R) Macro Assembler Version 6.14.8444
Copyright (C) Microsoft Corp 1981-1997.All rights reserved.

Assembling: 3dframes.asm

***********
ASCII build
***********

Microsoft (R) Incremental Linker Version 5.12.8078
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

/z2
"3dframes.obj"
"3dframes.exe"
NUL
LINK : warning LNK4044: unrecognized option "z2"; ignored
3dframes.obj : warning LNK4033: converting object format from OMF to COFF
3dframes.exe : fatal error LNK1136: invalid or corrupt file

用的是 C:\masm32\bin\ml.EXE

yuyuyu喵 发表于 2016-11-11 12:22:09

没人知道么?
页: [1]
查看完整版本: masm32 通过命令行编译asm文件,为何报错了?