??? 02/25/08 13:47 Read: times |
#151401 - Best way to consolidate....out of memory Responding to: ???'s previous message |
the best way is to look at the code and find inefficiencies and then correct them.
The usual suspects are using int when char would do using int or char when bit would do using printf, when a simple "string to UART' routine would do (and similar with other "standard C" functions) using LARGE memory model using .... more, but this is what comes to mind in 5 seconds. Erik |