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