Is there an "overlay" option in CCS compiler, like in the C18 one?
Where you can use the same memory locaton as long as they are not used at the same time. _________________ Alex
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
Posted: Tue Jan 18, 2005 6:56 am
CCS will automatically reuse memory locations.
Now this was true in the past. But now that I think about it, they allow function pointers. So how can this be possible unless they "detect" that a function is assigned to a pointer and not reuse local vars for that function.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum