Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!pro-generic.cts.com!ericmcg From: ericmcg@pro-generic.cts.com (Eric Mcgillicuddy) Newsgroups: comp.sys.apple Subject: Re: Zip chip, compilers, and other stor Message-ID: <8392.infoapple.net@pro-generic> Date: 6 Dec 89 07:30:56 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 12 In-Reply-To: message from krb20699@uxa.cso.uiuc.edu from p.20 Beagle Compiler: an ampersand routine without parameters will compile just fine. to use constant ampersands (&SORT - where sort is the literal name of the routine) replace '&' with '&&' ( &&SORT to compile coreectly) variable parameters must be evaluated using $98fd routine (in Compiler.system). strings pointer in $f6,$f7, intergers in X, A registers (lo-high) and carry clear, if carry set then a float stored in the FAC ($9d). hope this helps.