汇编语言-王爽(第二版)-实验九-根据材料编程

整理文档很辛苦,赏杯茶钱您下走!

免费阅读已结束,点击下载阅读编辑剩下 ...

阅读已结束,您可以下载文档离线阅读编辑

资源描述

实验九根据材料编程【实验内容】在屏幕中间分别显示绿色、绿底红色、白底蓝色的字符串‘welcometomasm!’【实验过程】;程序名:t9-12.asmdatasegmentstringdb'welcometomasm!'lenequ$-stringdataendscodesegmentassumecs:codestart:movah,0;设置显示方式moval,3;80*25彩色文本显示方式int10hmovbp,segstring;回送变量或标号的段地址moves,bpmovbp,offsetstringmovcx,len;cx=串长度movdh,9movdl,30;dx=起始行列号moval,0;光标返回的起始位置movbl,02hmovah,13h;显示字符串int10hmovcx,len;cx=串长度movdh,10movdl,30;dx=起始行列号moval,0;光标返回的起始位置movbl,24hmovah,13h;显示字符串int10hmovcx,len;cx=串长度movdh,11movdl,30;dx=起始行列号moval,0;光标返回的起始位置movbl,71hmovah,13h;显示字符串int10hmovah,4chint21hcodeendsendstart【实验结果】

1 / 3
下载文档,编辑使用

©2015-2020 m.777doc.com 三七文档.

备案号:鲁ICP备2024069028号-1 客服联系 QQ:2149211541

×
保存成功