+ -
当前位置:首页 → 问答吧 → 谁能跟我讲讲这个延时程序,具体一点

谁能跟我讲讲这个延时程序,具体一点

时间:2011-07-12

来源:互联网

delay:push ax  
  push dx  
  mov dx,2000h  
  mov ax,0  
  s3: sub ax,1  
  sbb dx,0  
  cmp ax,0  
  jne s3  
  cmp dx,0  
  jne s3  
  pop dx  
  pop ax  
  ret

作者: wander0001   发布时间: 2011-07-12

坐等高手解答

作者: WJN92   发布时间: 2011-07-12