So suddenly ask,
CodePudding user response:
GCC also support the Intel syntax inline assembler (accurately as in the GCC compiler support), only need to write:__asm__ (
"Intel_syntax noprefix \ n \ t"
"1 \ n \ t mov eax,"
//...
"Att_syntax prefix \ n \ t"
);