国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASM > 正文

匯編語言簡易時鐘

2019-11-10 19:40:44
字體:
供稿:網(wǎng)友

代碼解釋如下:

;從CMOS RAM中讀取存儲的時間信息,顯示當(dāng)前的系統(tǒng)時間在屏幕上assume cs:codedata segment	db 'YY MM DD HH MM SS',0     	  ;時間以這個形式顯示data endscode segmentinfo: 			db 9,8,7,4,2,0			;標(biāo)志年 月 日 時 分 秒不同時間的位置start:			call init_regtimeChange:		call show_clock			;一直在這里循環(huán)不斷更新時間				jmp timeChange				mov ax,4c00h				int 21h;========================================================init_reg:		mov ax,0B800h				mov es,ax				mov ax,cs				mov ds,ax				mov di,160*12 + 40*2				mov si,offset info				mov cx,6				ret;========================================================show_clock:		push dx				push es				push di				push si				push ds				push cx				showTime:		mov al,ds:[si]								out 70h,al					;向70h號端口輸出al				in al,71h					;在71h號端口讀取數(shù)據(jù)放入al				mov ah,al				shr ah,1					;這個了用4個shr,主要是為了不破壞cx的值				shr ah,1				shr ah,1				shr ah,1				and al,00001111B				add ah,30h					;add 30h 就轉(zhuǎn)為能看懂的ASCII碼				add al,30h				mov es:[di],ah				mov es:[di+2],al				inc si						;標(biāo)志不同時間(月年日時分秒)的位置更新				add di,6								loop showTimeshowClockRet:	pop cx				pop ds				pop si				pop di				pop es				pop dx				ret;========================================================			code endsend start


發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 保山市| 阿鲁科尔沁旗| 六安市| 炎陵县| 南平市| 白银市| 天津市| 鸡泽县| 云龙县| 葫芦岛市| 花莲市| 应城市| 海丰县| 修文县| 资阳市| 隆回县| 新兴县| 大英县| 方城县| 安溪县| 普洱| 卢氏县| 潼关县| 黄山市| 马鞍山市| 沿河| 吉安县| 河西区| 刚察县| 桐庐县| 峡江县| 延寿县| 扎兰屯市| 台安县| 灵石县| 广河县| 定陶县| 六盘水市| 高安市| 胶南市| 旅游|