| ??? 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 |
| Topic | Author | Date |
| 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 |



