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

正文內(nèi)容

微機(jī)原理與接口技術(shù)課程設(shè)計(jì)--實(shí)時(shí)鐘顯示與定時(shí)控制設(shè)計(jì)-展示頁

2025-01-25 15:24本頁面
  

【正文】 roc ;取當(dāng)前系統(tǒng)時(shí)間過程 mov ah,2 ;取時(shí)間信息 int 1ah mov al,ch ;alch中的小時(shí)數(shù) call ttasc ;調(diào)用轉(zhuǎn)換壓縮BCD碼為ASCLL碼子程序 xchg ah,al ;高低位ASCLL碼互換 mov word ptr hhhh,ax ;保存小時(shí)數(shù) mov al,cl ;alcl中的分鐘數(shù) call ttasc xchg ah,al mov word ptr mmmm,ax ;保存分鐘數(shù) mov al,dh ;aldh中的秒數(shù) call ttasc xchg ah,al mov word ptr ssss,ax ;保存秒數(shù) retget_t endpget_m proc ;取當(dāng)前系統(tǒng)日期過程 pusha ;保護(hù)現(xiàn)場 mov ah,2ah ;取系統(tǒng)日期 int 21h mov ax,cx mov cl,10d div cl mov bh,ah xor ah,ah div cl mov bl,ah add bx,3030h mov word ptr yyyy,bx ;保存年的低兩位數(shù) xor ah,ah div cl mov bh,ah xor ah,ah div cl mov bl,ah add bx,3030h mov word ptr xxxx,bx ;保存年的高兩位數(shù) xor ax,ax xor bx,bx mov al,dh cbw call charge mov word ptr zzzz,ax ;保存月數(shù) xor ax,ax mov al,dl cbw call charge mov word ptr rrrr,ax ;保存日數(shù) popa retget_m endp charge proc ;二進(jìn)制轉(zhuǎn)化為十進(jìn)制過程 push cx push dx mov cl,10d div cl add al,30h
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1