MASM5LINK 

 

˽X86ԣΪҪõ΢MASM5ʹùзһܲĵط

磺masm 1.asm

Microsoft (R) Macro Assembler Version 5.00
Copyright (C) Microsoft Corp 1981-1985, 1987.  All rights reserved.

Object filename [1.OBJ]:
Source listing  [NUL.LST]:
Cross-reference [NUL.CRF]:

  50586 + 415030 Bytes symbol space free

      0 Warning Errors
      0 Severe  Errors 

ҪܶسŲĬϵ1.OBJ,NUL.LST,NUL.CRF

˲ŷͿؽ

masm 1.asm,1.OBJ,NUL.LST,NUL.CRF,

ҿʲô𣿺Ǻǣ

masm 1.asm,,,,   1.map,1.crf     

ͬ masm 1.asm,1,NUL,NUL,

ܽóǣԴöŸһһMASM

ǣҲó

link 1.obj,1.exe,NUL.MAP,,

ԺͷˣдMAKEFILEļ

fileName = 1
fileExte = exe
obj = 1.obj

$(fileName).$(fileExte):$(obj)
    link $(obj),,NUL,,
    
$(obj):
  masm $(fileName).asm,,NUL,NUL
    
clean:
    del *.obj
    del $(fileName).exe

ͲΪȽϼˡ˽ԭ


