河南成教 / 汇编语言
3、
写出下列程序段的功能。
reptt2:
mov ah,00h
int 1ah
mov higher1,cx
mov lower1,dx
cmp dx,91
jl reptt2
3、
写出下列程序段的功能。
reptt2:
mov ah,00h
int 1ah
mov higher1,cx
mov lower1,dx
cmp dx,91
jl reptt2
参考答案: