Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
emit loop in opcodes
J A
15y
5.9k
1
Reply
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,
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
addin to IE
menu