为什么我的代码编译通过,但显示不了,请高手讲讲呀
assume cs:codedate segment
db 'welcome to masm!',0
date ends
code segment
start:mov dh,8
mov dl,5
mov cl,2
mov ax,date
mov ds,ax
mov si,0
call kkk
mov ax,4c00h
int 21h
kkk:push cx
push si
mov ax,0b800h
mov es,ax
mov di,0
mov al,0a0h
dec dh
mul dh
mov dh,0
add dl,dl
sub dl,2
add ax,dx
mov bx,ax
mov al,cl
mov ah,0
s:
mov cl,
mov ch,0
jcxz ok
mov es:,cl
mov es:,al
inc si
add di,2
jmp short s
ok:push si
push cx
ret
code ends
end start
有没有高手解决一下 我是新手呀
页:
[1]