![]() |
#2
zklhp2013-02-03 11:20
|
mov dx,10h
mov ax,0
s:sub ax,1
sbb dx,0
cmp ax,0
jne s
cmp dx,0
jne s
循环次数是100000h次
这是怎么算出来的啊?