4
Reply

emit loop in opcodes

J A

J A

Nov 30 2008 9:36 PM
5.9k

is there such thing as a 'while' loop opcode.
what are the opcodes i use to emit this loop:

int i = 0;
while(true)
{
if(i == 3)
{
   break;
}

i++;
}

looking for something performance specific,

thanks in advance,

Jer,

Answers (4)
Next Recommended Forum