Using ASM in C++

Hey Everyone, I holds a good experience in C++ but nowadays doing Assembly Language. Can Any One Tell Me how Can I Use asm command in C++, or is there any other way i can embed Assembly code in my C++ Program... please help.. any Help Will Be Truly Appreciated.. Thanks
Inline assembly in C++ is only conditionally supported and if an implementation does support it, the specifics are implementation-defined.
http://en.cppreference.com/w/cpp/language/asm

GNU: http://ibiblio.org/gferg/ldp/GCC-Inline-Assembly-HOWTO.html
Microsoft: http://msdn.microsoft.com/en-us/library/4ks26t93.aspx
Topic archived. No new replies allowed.