Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!ub!acsu.buffalo.edu From: cloos@acsu.buffalo.edu (James H. Cloos) Newsgroups: comp.sys.handhelds Subject: Re: Constants Library in Equation Cartridge Message-ID: <48900@eerie.acsu.Buffalo.EDU> Date: 3 Dec 90 20:55:21 GMT References: <17A5DF63A0002403@gacvx1.gac.edu> Sender: news@acsu.Buffalo.EDU Organization: State University of New York @ Buffalo Lines: 22 Nntp-Posting-Host: lictor.acsu.buffalo.edu In order to use the catalog program that is in the EQ card, you need to look at each of the XLIB's in lib#266, determine their argument requirements, and then put together a short set of routines of the form: :: (start a rpl routine) swith_on_?_args (depending on how many the XLIB expects) ROMPTR 10A XXX (XXX = the XLIB's command number, 10Ah=266d) ; (end a rpl routine) and either STO them in global vars, or do that & then run a DIR of those globals thru usrlib. These routines would of course require that the EQLIB cart was installed and that lib 266d was ATTACHed to a DIR in the current PATH (it ATTACHs itself to HOMEDIR at each SYS_HALT). It may be easier just to use one of the other catalog utils, such a LBROWSE, BROWSE, or the ones that come in Jim Donnelly's Tool Library. -JimC -- James H. Cloos, Jr. Phone: +1 716 673-1250 cloos@ACSU.Buffalo.EDU Snail: PersonalZipCode: 14048-0772, USA cloos@ub.UUCP Quote: <>