您需要 登录 才可以下载或查看,没有账号?立即注册
assume cs:code code segment start: mov ax,2000H mov ds,ax mov bx,0 s: mov ch,0 mov cl,[bx] inc cx ;因为cx的值为0,所以给cx自加1,使在loop程序执行后,cx-1=0向下执行程序。 inc bx loop s ok: dec bx mov dx,bx mov ax,4c00h int 21h code ends end start
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)
GMT+8, 2024-11-5 21:40
Powered by Discuz! X3.4
© 2001-2023 Discuz! Team.