 |
| Site Admin |
 |
Joined: Thu Mar 01, 2001 11:00 am Posts: 903 Location: Temecula, CA
|
|
Can't be RAM you are talking about because 320 is more than the Atom/Nano has. So I am assuming you are talking about program memory.
A 490 byte difference from two versions that are over a year apart indicates either your old program was compiled for size (you can enable compiling for size in Studio preferences as well) or you are using some commands that had bug fixes. For example, ADin got about that much bigger to be compatible with all the new processors, it uses a table lookup system for determing which pins are A/D pins which added quite a bit of code but made it full proof.
|
|