求大神!!!帮我看看我写的实验13的中断任务有神马错误
assume cs:codecode segment
start:mov ax,cs
mov ds,ax
mov si,offset s
mov ax,0
mov es,ax
mov di,200
mov cx,offset s0-offset s
cld
rep movsb
mov ax,0
mov es,ax
mov word ptr es:,200h
mov word ptr es:,0
mov ax,4c00h
int 21h
s: push ax
push dx
push cx
push si
push bx
mov ax,0b800h
mov es,ax
mov di,0
mov ax,160
mul dh
mov bx,ax
mov ax,2
mul dl
add bx,ax
mov al,cl
mov cl,0
s2:mov ch,
jcxz ok
mov es:,ch
mov es:,al
inc si
add bx,2
jmp s2
ok:push bx
push si
push cx
push dx
push ax
iret
mov ax,4c00h
int 21h
s0:nop
code ends
end start
不明觉厉。。实验3是什么? 能吃吗? 鸡肉味? 嘎嘣脆? 我会告诉你其实我根本没有看懂吗。。
页:
[1]