| #endif | #endif | ||||
| #ifdef KINETISL | #ifdef KINETISL | ||||
| "sub %0, #1" "\n\t" | "sub %0, #1" "\n\t" | ||||
| "bne L_%=_delayMicroseconds" "\n" | |||||
| : "+l" (n) : | |||||
| #else | #else | ||||
| "subs %0, #1" "\n\t" | "subs %0, #1" "\n\t" | ||||
| #endif | |||||
| "bne L_%=_delayMicroseconds" "\n" | "bne L_%=_delayMicroseconds" "\n" | ||||
| : "+r" (n) : | : "+r" (n) : | ||||
| #endif | |||||
| ); | ); | ||||
| } | } | ||||