assume cs:mmmm segment mov ax,1000 add ax,ax add ax,ax
mov ax,4c00 int 21
mm endsend
为什么生成不了obj后缀的文件呢?