again:xor ax,ax mov cx,200 add ax,cx loop again mov result,ax 什么功能在线等

2025-06-22 18:37:08
推荐回答(1个)
回答1:

这个程序段是求1+2+...+10的结果, 然后存入AX中。
不是死循环。LOOP指令本身会让CX-1。