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

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

Re: [avr-gcc-list] 2 tricky questions


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] 2 tricky questions
Date: Tue, 17 Jun 2003 15:14:39 +0200 (MET DST)

"Marko Panger AGB Lab" <address@hidden> wrote:

> Off course, pro/epi sequences aren't functions. I want to change
> these sequences (use mine), but only for interrupts, not for normal
> functions. So, is it possible to do this ?

Yes, use the naked attribute, and your own prologue.  Just use a macro
that expands to an inline asm.

-- 
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]