> Hmm, it gives one extra byte of RAM! ;-) It does not... Look: you program will have at least one subprogram call. It requires at least 2 bytes of memory. Interrupt requires at least 4 bytes of memory. RAM_SIZE is just a hint to the linker to check required memory size. So, if linker reports that you're lack one byte of RAM, you program will not work :)
~d > > Hardy > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mspgcc-users