??? 09/17/04 16:52 Read: times |
#77593 - Get rid of USING Responding to: ???'s previous message |
Get rid of USING. Are you deriving any benefit from using other register banks? If there's no specific benefit then don't use it. You're using 'C' so that the C compiler can do all the low level work so don't try to get in there and tell it what register bank it should use.
Recompile without the USING's and let us know if it works any better. Regards, Craig Steiner |