| ??? 04/12/11 19:41 Read: times  | 
#181833 - is this ok ? Responding to: ???'s previous message  | 
this loop it is right for if else ??
   
                mov     ax, a
                cmp     ax, b
                jne     ElseBlk
                mov     ax, d
                mov     c, ax
                jmp     EndOfIf 
ElseBlk:
                inc     b 
EndOfIf: 
 
 | 



