avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Placing constants at known locations in eeprom at com


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Placing constants at known locations in eeprom at compile time
Date: Fri, 30 May 2003 10:04:36 +0200 (MET DST)

Klaus Rudolph <address@hidden> wrote:

> //now we need a gap, so that all!!! informations stand whitin one page!
> //of the eeprom!
> .rept 64-2
> .byte 0x00
> .endr

.space 64-2, 0

should do the same.
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

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