+ -
当前位置:首页 → 问答吧 → 关于Gotoxy一个问题

关于Gotoxy一个问题

时间:2011-09-18

来源:互联网

TITLE Testing the link library

INCLUDE Irvine32.inc
CR = 0Dh
LF = 0Ah

.data
str1 BYTE "Generating 20 random integers between "
  BYTE "0 and 990:",LF,CR,0

.code
main PROC
;Set text color to black text on white background:

  
  mov edx,OFFSET str1
  call WriteString
  call Clrscr

  mov dh,20
  mov dl,30
  call Gotoxy


  exit
main ENDP
END main


为什么光标没有在 行和列 的定义中起作用啊
 








作者: shine_wxk00   发布时间: 2011-09-18

Gotoxy 是什么来的?

作者: WJN92   发布时间: 2011-09-18

热门下载

更多