Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!husc6!harvard!seismo!mcvax!cernvax!jmg From: jmg@cernvax.UUCP (jmg) Newsgroups: net.micro.cbm Subject: Re: overlaying compiler Message-ID: <328@cernvax.UUCP> Date: Fri, 6-Jun-86 17:59:24 EDT Article-I.D.: cernvax.328 Posted: Fri Jun 6 17:59:24 1986 Date-Received: Sun, 8-Jun-86 06:22:55 EDT References: <262@usl-pc.UUCP> <333@cbmvax.cbmvax.cbm.UUCP> Reply-To: jmg@cernvax.UUCP (Mike Gerard, DD Division, CERN.) Organization: CERN, Geneva/Switzerland Lines: 9 In article <333@cbmvax.cbmvax.cbm.UUCP> daveh@cbmvax.UUCP writes: >> >> Needed: A Pascal or "C" compiler for the C-64 that will do overlays. I have managed to frig the C-Power compiler to do an overlay. The hard part was that all of the global variables had to be initialised, so that they were in a fixed place: otherwise they are tacked on after the linked code, which allows more code. If anyone has a proper way to do it with C-Power I should like to know.