Path: utzoo!mnetor!uunet!husc6!rutgers!princeton!phoenix!kenchiu From: kenchiu@phoenix.Princeton.EDU (Kenneth Chiu) Newsgroups: comp.sys.amiga Subject: Re: Copying to chip RAM Message-ID: <2221@phoenix.Princeton.EDU> Date: 29 Mar 88 19:36:32 GMT References: <442@lamont.Columbia.edu> <2210@phoenix.Princeton.EDU> <7923@oberon.USC.EDU> Reply-To: kenchiu@phoenix.Princeton.EDU (Kenneth Chiu) Organization: Princeton University, NJ Lines: 11 In article <7923@oberon.USC.EDU> papa@pollux.usc.edu (Marco Papa) writes: >Both Lattice C and MANX C have link-time switches that allow you pto ut all >or some of the data in a hunk that will be loaded in CHIP memory. Details >in the manuals. Hmm. . .from my reading of my Manx manual, you can only specify location at the level of code, initialized data, and uninitialized data. Thus you would have to put *all* of your initialized variables in CHIP, even if only 10% needed to be. Am I missing something? Ken Chiu