avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] Re: [avr-gcc-list] Re: What Happened to the sbi() and cbi


From: E. Weddington
Subject: [avr-libc-dev] Re: [avr-gcc-list] Re: What Happened to the sbi() and cbi() Macros????
Date: Tue, 01 Feb 2005 23:32:57 -0700
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Russell Shaw wrote:

Brian Dean wrote:


BTW, I think we are missing some additional "helper" macros.  What
about this:

  #define ASSIGN(var,val) var = val

Geez, we could rewrite the whole language like this :-)

  #define WHILE(cond,body) while (cond) { body }

Pretty cool, huh?


Careful, ya heading down the road to M4 ;)

LOL!
Oh, god, let me pick myself up off the floor.... :-)

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]