What is the difference between 'asm', '__asm' and '__asm__'?

前端 未结 4 1879
梦如初夏
梦如初夏 2020-11-22 04:33

As far as I can tell, the only difference between __asm { ... }; and __asm__(\"...\"); is that the first uses mov eax, var and the sec

4条回答
提交回复
热议问题