freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

霓虹燈模擬顯示課程設(shè)計(jì)-預(yù)覽頁(yè)

 

【正文】 錯(cuò)誤 !未找到引用源。 設(shè)置光標(biāo)的宏定義 程序如下: 入棧保存數(shù)據(jù) DX 賦值 CX 賦值 LOOP 循環(huán) DX 自減 出?;謴?fù)數(shù)據(jù) ZF=1? SI=行字符串首地址 DI=列字符串首地址 調(diào)用置光標(biāo)程序段 光標(biāo)處輸出‘ *’ SI、 DI 自加 LOOP 循環(huán) 給 CX 賦值 7 MA macro op1,op2 push ax 。 該定義的主要功能首先是指定位置來(lái)完成 字符‘ ’或‘ *’的顯示與消失 。最后根據(jù)提示符,按下 Q/q 鍵,退出程序。通過(guò)查閱以下資料 如課本以及網(wǎng)絡(luò) 也學(xué)到了一些課本上沒(méi)有的東西,拓寬了自 己的知識(shí)面,增加了學(xué)好匯編語(yǔ)言的信心。 特別之處的是, 通過(guò)本次‘霓虹燈’模擬顯示的課程設(shè)計(jì),我掌握了關(guān)于DOS 和 BIOS 中斷功能調(diào)用,如顏色顯示,屏幕屬性,字符 輸入 \輸出,字符串輸入 \輸出等。保存數(shù)據(jù) push bx mov ah,02h mov bh,0 mov dh,op1 。,0dh,0ah,39。,0dh,0ah,39。,0dh,0ah,39。**********延遲子程序 ******** waiting_1 proc near push cx push dx mov dx,0ffh dll: mov cx,65500 dl2: loop dl2 dec dx jnz dll pop dx pop cx ret waiting_1 endp waiting_2 proc near push cx push dx mov dx,0fffh d2l: mov cx,65500 d22: loop dl2 dec dx jnz dll pop dx pop cx ret waiting_2 endp start: mov ax,data 15 mov ds,ax xor ax,ax xor bx,bx xor cx,cx xor dx,dx mov ah,02h 。提示字符輸出 mov ah,9 int 21h mov ah,01h int 21h cmp al,39。是則跳轉(zhuǎn)到 xianshi_1 cmp al,39。**********方式一顯示程序 ******** xianshi_1: mov ah,06h 。右下角行列坐標(biāo)( 80, 80) int 10h lea si,hang_1 。39。移動(dòng)光標(biāo) call waiting_1 。39。 。 。清屏 xor ax,ax xor bx,bx xor cx,cx xor dx,dx mov ah,06h 。右下角行列坐標(biāo)( 80, 80) int 10h MA 0,0 。 mov ah,02 int 21h inc si inc di MA 0,0 call waiting_2 。 mov ah,02 int 21h inc si inc di MA 0,0 call waiting_2 。 je QUIT cmp al,3
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1