![]() |
#2
hu9jj2013-09-29 07:54
|
只有本站会员才能查看附件,请 登录
assume cs:code
code segment
start: mov dx,1000h
in al,61h
and al,11111100b
trig: xor al,2
out 61h,al
mov cx,1000h
delay: loop delay
dec dx
jne trig
ret
code ends
end start
为什么会出现上面的那个错误,还有那个是什么意思