2217953978 发表于 2012-11-30 20:11:48

object not found的问题,

我编了一个简单的程序:assume cs:code
code segment
start:mov ax,0123h
      
       addax,ax
          
           mov ax,4c00h
           int 21h
code ends
end start          
运行后老是出现
link : fatal error L1093: XXX.OBJ :object not found
页: [1]
查看完整版本: object not found的问题,