汇编语言第五章.ppt

汇编语言第五章

5.4汇编语言中的for循环 高级语言for循环结构 For count= 20 to 1 loop {循环体} End for 汇编语言 mov ecx,20 forcount: … … loop forcount Chap5 Branching and Looping * loop指令 汇编语言中的loop指令,需要注意循环次数一开始就值为的0的情况 mov ecx,0 forcount: … … loop forcount Chap5 Branching and Looping * 循环次数为4294967296 mov ecx,number cmp ecx,0 je endfor forcount:

文档评论(0)

1亿VIP精品文档

相关文档