[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-chat] portable no-op with AVR GCC, AVR LIbc?
From: |
Joerg Wunsch |
Subject: |
Re: [avr-chat] portable no-op with AVR GCC, AVR LIbc? |
Date: |
Mon, 30 Jan 2012 21:19:03 +0100 (MET) |
Britton Kerin <address@hidden> wrote:
> I notice the AVR Libc include/compat/ina90.h has this:
>
> #define _NOP() do { __asm__ __volatile__ ("nop"); } while (0)
>
> but I didn't find anything else "nop"ish.
<asm/cpufunc.h> (in recent releases) also declares _NOP.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)