ADS에서 인라인을 할 경우
__asm { nop;nop;nop; }
으로 사용하는데,
IAR ewARM에서는 아래와 같이 사용한다.
asm("nop\n nop\n nop");
벌레잡기
by 벅스바니