我试验了一下, 没有出现你说的情况
编译和连接命令如下:
D:\TOBECR>ml /c /Cp /coff a.asm
Microsoft (R) Macro Assembler Version 7.10.4035
Copyright (C) Microsoft Corporation. All rights reserved.
Assembling: a.asm
D:\TOBECR>link /subsystem:windows a.obj
Microsoft (R) Incremental Linker Version 7.10.4035
Copyright (C) Microsoft Corporation. All rights reserved.
最初由 thebutterfly 发布 我试验了一下, 没有出现你说的情况 编译和连接命令如下: D:\TOBECR>ml /c /Cp /coff a.asm Microsoft (R) Macro Assembler Version 7.10.4035 Copyright (C) Microsoft Corporation. All rights reserved. ........
你用的masm是哪个软件包带的?Windows Server 2003 SP1 DDK?
我的VC2003中自带ml.exe版本是7.10.3077.
最初由 thebutterfly 发布 我试验了一下, 没有出现你说的情况 编译和连接命令如下: D:\TOBECR>ml /c /Cp /coff a.asm Microsoft (R) Macro Assembler Version 7.10.4035 Copyright (C) Microsoft Corporation. All rights reserved. ........
我的是:
I:\OtherPrograme\HuiBian\test>ml /c /coff /Zi TestDebug.asm
Microsoft (R) Macro Assembler Version 6.14.8444
Copyright (C) Microsoft Corp 1981-1997. All rights reserved.
Assembling: TestDebug.asm
I:\OtherPrograme\HuiBian\test>link /subsystem:console /debug /debugtype:cv TestD
ebug.obj
Microsoft (R) Incremental Linker Version 5.12.8078
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.