[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] gcc prolog incorrect?
From: |
Parthasaradhi Nayani |
Subject: |
Re: [avr-gcc-list] gcc prolog incorrect? |
Date: |
Mon, 7 Mar 2005 20:25:43 -0800 (PST) |
--- "E. Weddington" <address@hidden> wrote:
> That implies:
> - Writing the ISR in assembly, which in the case of
> writing RET instead
> of RETI, this would be a pilot error.
> - A broken compiler.
Firstly, the code has to be written in assembly and if
a RET is written (instead of RETI) at the end of an
ISR, further ISR are disabled!!
Nayani
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
- Re: [avr-gcc-list] gcc prolog incorrect?, (continued)