汇编网首页登录博客注册
hymhblf的学习博客
博客首页博客互动【做检测题】论坛求助

我的博客

个人首页 |  我的文章 |  我的相册 |  我的好友 |  最新访客 |  文章收藏 |  论坛提问 |  友情链接 |  给我留言  
图片载入中
学习动态
最新评论
最新留言
好友圈
文章收藏
友情链接

[2013-07-06 22:59] 第九章检测点9.3作业

assume cs:code
code segment
start:        mov ax,2000h
        mov ds,ax
        mov bx,0
      s:mov cl,[bx]
              mov ch,0
        add cx,1        ;此处显示不能使用jcxz指令,否则后边的dec bx则一点意义都没有,而且多余
        inc bx
        loop s
     ok:dec bx
             mov dx,bx
        mov ax,4c00h
        int 21h
code ends
end start
评论次数(0)  |  浏览次数(349)  |  类型(汇编作业) |  收藏此文  | 
 
 请输入验证码  (提示:点击验证码输入框,以获取验证码