[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] arrays in avrgcc
From: |
E . Weddington |
Subject: |
Re: [avr-gcc-list] arrays in avrgcc |
Date: |
Fri, 26 Sep 2003 12:03:55 GMT |
> I need to be able to access values in an array like this:
> PORTD = the_array[PORTA];
> How would I do this.
> Jack
>
Sorry, but if you don't know how arrays work, then how are
you sure that is the way you need to access values in an
array?
These questions really don't belong on this list as they
have nothing to do with the AVR processor per se. You
should get a good C language reference, or visit the
comp.lang.c newsgroup (you can also visit it via
Google).
- [avr-gcc-list] arrays in avrgcc, Jack Valmadre, 2003/09/26
- Re: [avr-gcc-list] arrays in avrgcc, Russell Shaw, 2003/09/26
- Re: [avr-gcc-list] arrays in avrgcc, Jack Valmadre, 2003/09/26
- Re: [avr-gcc-list] arrays in avrgcc, Russell Shaw, 2003/09/26
- Re: [avr-gcc-list] arrays in avrgcc, Jack Valmadre, 2003/09/26
- Re: [avr-gcc-list] arrays in avrgcc, Reza Naima, 2003/09/27
- [avr-gcc-list] compiling avr-gcc in osx, John Butera, 2003/09/27
- Re: [avr-gcc-list] compiling avr-gcc in osx, John Butera, 2003/09/28
- Re: [avr-gcc-list] arrays in avrgcc, Theodore A. Roth, 2003/09/28
- Re: [avr-gcc-list] arrays in avrgcc,
E . Weddington <=