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

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

Re: [avr-gcc-list] Reserving Global registers


From: Lai Kang Tin
Subject: Re: [avr-gcc-list] Reserving Global registers
Date: Thu, 6 Sep 2001 11:57:45 +0800 (HKT)

I think you may try to change config/avr/avr.h in gcc source directory,
there are some defines for the usage of register allocation, change
what register(s) you wanted to FIXed purpose, but it seemded that you
must not change some of them such as R24 R25, X,Y,Z,...
Then recompile the GCC.

On Wed, 5 Sep 2001, Larry Barello wrote:

> Is there a way to tell GCC not to use certain registers in a global
> way, like on the command line?  The alternative is to declare, in each
> file, the variables and which register they are assigned to.
> 
> Cheers!
> 
> 
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://avr.jpk.co.nz/mailman/listinfo/avr-gcc-list
> 






reply via email to

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