[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Bug? dwarf-2/Astudio source level problem.
From: |
Jeff Barlow |
Subject: |
Re: [avr-gcc-list] Bug? dwarf-2/Astudio source level problem. |
Date: |
Sun, 22 May 2005 10:57:11 -0700 |
"Larry Barello" <address@hidden> wrote:
>code is correctly loaded at 0xFC00, but when I place a breakpoint at my
>start location (via the source), Asudio sticks it at 0x7E00
How about just byte vs word addresses? 0xFC00 = 2 * 0x7E00
--
Later,
Jeff