tags:

views:

42

answers:

1

can anybody give me good tutorial's site about inline assembler in c++?

+1  A: 

Look at msdn:

http://msdn.microsoft.com/en-us/library/4ks26t93%28VS.71%29.aspx

msvc++ uses if im not wrong masm, so if you do have any problem to tell the assembler something you can try to take a look into the documentation of that too (but the link above is enougth for the first time i guess)

Quonux