微机原理--在第4章汇编语言程序设计.pptVIP

  • 37
  • 0
  • 约1.39万字
  • 约 68页
  • 2019-01-11 发布于福建
  • 举报

微机原理--在第4章汇编语言程序设计.ppt

微机原理--在第4章汇编语言程序设计

* sal cx,1 ;(p72页) cx*2 mov l2,cx ;(l2)=4,转换后的ASCII的个数 mov cx,ax ;cx=2 again: mov al,[bx] ;al 34h mov dl,al ;dx备份ax存储的串 and al,0fh ;取字节的低四位 call change ;低四位转换成ASCII mov al,dl push cx ; cx=2,循环次数入栈 mov cl,4 shr al,cl ;(p73页),右移四次 pop cx ; cx=2 * call change inc bx loop again ret start endp change proc cmp al,10 jl add_0 add

文档评论(0)

1亿VIP精品文档

相关文档