|

楼主 |
发表于 2014-4-15 21:24:20
|
显示全部楼层
swsm 发表于 2014-4-15 19:11
我还有一个masm6.15,有点大不能上传,你要吗?要不我发给你,你再试试!(我把里面有不怎么使用的程序就给 ...
有点激动,但是出现了这个错误:
D:\try3>masm 2.1asm
Microsoft (R) MASM Compatibility Driver
Copyright (C) Microsoft Corp 1993. All rights reserved.
Invoking: ML.EXE /I. /Zm /c /Ta 2.1asm
Microsoft (R) Macro Assembler Version 6.15.8803
Copyright (C) Microsoft Corp 1981-2000. All rights reserved.
Assembling: 2.1asm
error A4910: cannot open file: D:\try3\ML.err
MASM : fatal error A1000: : 2.1asm
我不知道这是怎么回事?
这是我的代码
assume cs:code
code segment
fisfcc:mov ax,2000
mov ds,ax
mov a1,[0]
mov b1,[1]
mov c1,[2]
mov d1,[3]
mov ax,4c00h
int 21h
code ends
end fishcc
{:1_1:} |
|