Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/06/02 07:26
Read: times


 
#28699 - RE: Need more data RAM?
Hi Spencer,

use you C or assembler ?

On C you must hold variables local whenever possible.

E.g. on some Projects I use 1000 Bytes or more as local variables and the compiler can overlay all these to fit it into the 256 bytes internal RAM.

But I have experienced, that the SDCC can not overlay data so efficient as the Keil.

On using assembler you need to overlay different local variables manually.


Peter


List of 8 messages in thread
TopicAuthorDate
Need more data RAM?            01/01/70 00:00      
RE: Need more data RAM?            01/01/70 00:00      
RE: Need more data RAM?            01/01/70 00:00      
RE: Need more data RAM?            01/01/70 00:00      
RE: Need more data RAM?            01/01/70 00:00      
RE: Need more data RAM?            01/01/70 00:00      
RE: Need more data RAM?            01/01/70 00:00      
RE: Overlaying            01/01/70 00:00      

Back to Subject List