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

正文內(nèi)容

irvin32lib-資料下載頁

2024-09-27 23:55本頁面

【導(dǎo)讀】;清除銀幕資料。;游標(biāo)換行回頭。;暫停1000毫秒=1秒。輸出目前算結(jié)果之CPU暫存器值。讀取系統(tǒng)以毫秒計(jì)時(shí)之時(shí)間??梢詰?yīng)用於估算程式執(zhí)行時(shí)間。calltest;計(jì)算test之執(zhí)行時(shí)間。將游標(biāo)移至指定之文字座標(biāo)。產(chǎn)生32位元之亂數(shù)。;產(chǎn)生十組亂數(shù)。需應(yīng)用randomize產(chǎn)生亂數(shù)種子。輸入時(shí)只由鍵盤讀取一字元。

  

【正文】 ary之格式 。 函數(shù)用法 : call writebin 傳入?yún)?shù) : eax=待輸出資料 回傳參數(shù) : 無 函數(shù)範(fàn)例: 。以 binary之格式輸出資料 。 mov eax, 17 call writebin 相關(guān)函數(shù) : Readhex Waitmsg Writechar Writehex Writestring Writechar 函數(shù)功能: 輸出一字元 。 函數(shù)用法 : call writechar 傳入?yún)?shù) : al=待輸出之字元 回傳參數(shù) : 無 函數(shù)範(fàn)例: 。輸出 ’ a?。 mov al, ?a? call writechar 相關(guān)函數(shù) : Readchar Waitmsg Writebin Writeint Writestring Writedec 函數(shù)功能: 輸出 32bit之無號(hào)整數(shù) (十進(jìn)位格式 )。 函數(shù)用法 : call Clrscr 傳入?yún)?shù) : eax=待輸出數(shù)值 回傳參數(shù) : 無 函數(shù)範(fàn)例: 。輸出 295。 mov eax, 295 call writedec 相關(guān)函數(shù) : Readint Waitmsg Writebin Writehex Writestring Writehex 函數(shù)功能: 輸出 32bit之整數(shù) (十六進(jìn)位格式 )。 函數(shù)用法 : call writehex 傳入?yún)?shù) : eax =待輸出數(shù)值 回傳參數(shù) : 無 函數(shù)範(fàn)例: 。輸出 7FFFh。 mov eax, 7FFFh call writehex 相關(guān)函數(shù) : Readhex Waitmsg Writebin Writehex Writeint 函數(shù)功能: 輸出 32bit之有號(hào)整數(shù) (十進(jìn)位格式 )。 函數(shù)用法 : call writeint 傳入?yún)?shù) : eax =待輸出數(shù)值 回傳參數(shù) : 無 函數(shù)範(fàn)例: 。輸出 216543。 mov eax, 216543 call writeint 相關(guān)函數(shù) : Readint Waitmsg Writestring Writestring 函數(shù)功能: 輸出字串 , 字串須以 null(數(shù)值 =0)結(jié)尾 。 函數(shù)用法 : call writestring 傳入?yún)?shù) : edx=字串之偏移值 回傳參數(shù) : 無 函數(shù)範(fàn)例: 。輸出 prompt。 .data prompt byte ”enter your name:“,0 .code mov edx, offset prompt call writestring 相關(guān)函數(shù) : Readchar Readstring Waitmsg Writechar Writestrin
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1