5 lines
72 B
Text
5 lines
72 B
Text
|
|
cmp i, 1
|
||
|
|
je _DoSomething
|
||
|
|
jne _DoSomethingElse
|
||
|
|
FailedSoContinueExecution
|