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

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

RE: [avr-gcc-list] Solved! :- makefile ignoring parts!


From: E. Weddington
Subject: RE: [avr-gcc-list] Solved! :- makefile ignoring parts!
Date: Thu, 14 Nov 2002 09:20:36 -0700

On 14 Nov 2002 at 9:30, Waldner, Ed wrote:

> 
> Extended Segment Address Records (HEX86)
> 
> Extended segment address records-also known as HEX86 records-contain
> bits 4-19 of the data address segment. The extended segment address
> record always has two data bytes and appears as follows: 
> 
> :020000021200EA
> 
> 
> where: 
> 
> 02 is the number of data bytes in the record. 
> 0000 is the address field. For the extended segment address record,
> this field is always 0000. 02 is the record type 02 (an extended
> segment address record). 1200 is the segment of the address. EA is the
> checksum of the record and is calculated as 01h + NOT(02h + 00h + 00h
> + 02h + 12h + 00h). 
> 

And, (as Ted Roth pointed out to me earlier) GCC outputs extended 
Segment Address records. So you can safely go over 16 bits.

Eric
avr-gcc-list at http://avr1.org



reply via email to

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