RosettaCodeData/Task/Conditional-structures/X86-Assembly/conditional-structures-3.x86

6 lines
86 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
if(i>1)
DoSomething
else if(i<=1)
DoSomethingElse
FailedSoContinueCodeExecution