I try to find the relationship between MASM.exe and ML.exe in MASM6.11, this is the screen information:
--------------------------------------------------------------------------------
D:\MASM611\BIN>ml
Microsoft (R) Macro Assembler Version 6.11
Copyright (C) Microsoft Corp 1981-1993. All rights reserved.
usage: ML [ options ] filelist [ /link linkoptions]
Run "ML /help" or "ML /?" for more info
D:\MASM611\BIN>masm
Microsoft (R) MASM Compatibility Driver Version 6.11
Copyright (C) Microsoft Corp 1993. All rights reserved.
usage: MASM source(.asm),,
--------------------------------------------------------------------------------
D:\MASM611\BIN>ml
Microsoft (R) Macro Assembler Version 6.11
Copyright (C) Microsoft Corp 1981-1993. All rights reserved.
usage: ML [ options ] filelist [ /link linkoptions]
Run "ML /help" or "ML /?" for more info
D:\MASM611\BIN>masm
Microsoft (R) MASM Compatibility Driver Version 6.11
Copyright (C) Microsoft Corp 1993. All rights reserved.
usage: MASM source(.asm),,
- ,[;]
Run "MASM /H" for more info
--------------------------------------------------------------------
what is MASM Compatibility Driver?
Perfect answer.
Not only give me correct answer, but also a good place where I can find valuable information.
Not only give me correct answer, but also a good place where I can find valuable information.