Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!tektronix!psueea!psu-cs.cs.pdx.edu!bartonr From: bartonr@psu-cs.cs.pdx.edu (Robert Barton) Newsgroups: comp.sys.amiga Subject: CHIP/nonCHIP Message-ID: <996@psueea.UUCP> Date: 14 Apr 89 11:48:44 GMT Sender: news@psueea.UUCP Reply-To: bartonr@psu-cs.cs.pdx.edu (Robert Barton) Organization: Dept. of Computer Science, Portland State University; Portland OR Lines: 6 In article <6810@ecsvax.UUCP> utoddl@ecsvax.UUCP (Todd M. Lewis) writes: >Given a pointer to some object, how can I tell if that >object is in CHIP memory? Try the exec function TypeOfMem(). From the docs, it seems expressly designed for this purpose.