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

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

[avr-gcc-list] Avoid register saving


From: Bernhard Huber
Subject: [avr-gcc-list] Avoid register saving
Date: 31 Mar 2004 12:42:59 +0200

Hi,

How can I tell avr-gcc (gcc version 3.0 20010605 (prerelease)) that a
bunch of registers (r2 to r16) must not be saved when entering a
interrupt service routine.

The ISR is coded in C and not in assembler, and I donĀ“t want to use the
__attribute__ (naked) to prevent the compiler creating prologue and
epilogue.

The command line option -ffixed seems not to be the right one.

Any ideas?

Regards,
Bernhard





_______________________________________________
avr-gcc-list mailing list
address@hidden
http://www.avr1.org/mailman/listinfo/avr-gcc-list


reply via email to

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