Path: utzoo!utgpu!watserv1!watmath!att!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!dali.cs.montana.edu!ogicse!uidaho!tribe From: tribe@groucho (Mr Duane Tribe Esq) Newsgroups: comp.sys.atari.8bit Subject: Re: CC65 Summary: Tiny tables, use tiny code files Message-ID: <1990Nov17.070947.4779@groucho> Date: 17 Nov 90 07:09:47 GMT References: <1990Nov16.151331.19920@contact.uucp> Reply-To: tribe@ted.cs.uidaho.edu (Duane Tribe) Distribution: na Organization: University of Idaho, Moscow Lines: 14 In article <1990Nov16.151331.19920@contact.uucp> rrwood@contact.uucp (roy wood) writes: > >Has anyone had problems with running out of memory when using CC65? ... > ... what MIGHT be the problem and solution? > >-Roy Wood It MIGHT be that one of the internal tables overran :-) :-) The compiler's table of characters from string constants is particularly tiny, like 256 bytes. The solution may be to break the program into smaller .C files and link up the .OBJ's with LINK65. -- Duane Tribe tribe@ted.cs.uidaho.edu