Posted on March 01, 2005 at 04:38.ubsct is the segment that stores non inizialized variables in the zero page, which is 128 bytes max, so you are trying to use more memory than available, hence the overflow message. You should change memory model, but your application seems to big for that chip anyway... Regards, Luca (Cosmic)
Where can I find definitions of all these memory segments? Is there a programming manual online somewhere that will help me correctly set up these segments? Thanks for your help