In-line assembly

Posted by aCuria on Stack Overflow See other posts from Stack Overflow or by aCuria
Published on 2010-05-11T15:46:23Z Indexed on 2010/05/11 16:14 UTC
Read the original article Hit count: 301

Filed under:
|

For the below code, if i want to convert the for loop to in-line assembly, how would it be done? (Pardon the weird code, i just made it up.)

1) This is for the x86, using visual studio

2) This is a "how to use in line assembly" question, not a "how to optimize this code" question

3) Any other example will be fine. I will think of some better example code in abit.

© Stack Overflow or respective owner

Related posts about c++

Related posts about assembly