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

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

[avr-gcc-list] Re: Using a register throughout a program (Peter N Lewis)


From: Jochen Pernsteiner
Subject: [avr-gcc-list] Re: Using a register throughout a program (Peter N Lewis)
Date: Thu, 20 Sep 2001 16:12:23 +0200

Hello,

you can tell gcc not to use a register by using 
the '-ffixed-REG' option.

Disabling r10 would work like: avr-gcc -ffixed-r10

Jochen





reply via email to

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