Software/[C 언어]

inline assembly

tony99 2022. 3. 17. 15:57

__asm__ __volatile__ (asms : output : input : clobber);

 

__asm__ __volatile__ (asms : output : input); // clobber 없을 때

__asm__ __volatile__ (asms : : input) // output, clobber 없을 때