How embed Assembly in C / C++ or other | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 5

How embed Assembly in C / C++ or other

25th Mar 2018, 2:46 AM
Amar Dahake
1 Respuesta
+ 16
Inline assembly : Using GCC __asm__("movl %edx, %eax\n\t" "addl $2, %eax\n\t"); https://www.codeproject.com/Articles/15971/Using-Inline-Assembly-in-C-C
25th Mar 2018, 3:20 AM
🌛DT🌜
🌛DT🌜 - avatar