Hi all chat'ers
In C/C++ there is a "case" statement, is there such a thing in assembly code? and is there a example
around.
e.g here is the C version
switch( i )
{
case -1:
n++;
break;
case 0 :
z++;
break;
case 1 :
p++;
break;
}
how do you do the line containing the "switch( i )" in assembly code.
From Eric
no attachment was sent with this email, if there is one, you might have a problem.Message
the "case" statement
2005-02-21 by Eric