Inline assembly with VC++ 6?
I''ve tried, but I can''t do inline assembly with Visual C++.. Does anyone know how to do it?
I''''m a beginner in C++ ^_^
I''m a beginner in C++ ^_^
int main(){ int a = 0; __asm { inc a }}
I suggest you learn some more about C++ before deciding that you need to use inline assembly - there''s often very little reason for it.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement