t #define guard(n)asm(“#” #n)在gcc中是什么意思

时间:2018-10-01 19:38:25

标签: gcc assembly macros inline

此宏在GCC #define guard(n)asm(“#” #n)中意味着什么

运行一些使用此宏作为guard(1); ... guard(2)...等的代码。 此内联程序集做什么

asm(#1).. asm(#2)..

0 个答案:

没有答案
相关问题