Path: utzoo!attcan!uunet!aplcen!haven!decuac!bacchus.pa.dec.com!shlump.nac.dec.com!ipl31.enet.dec.com!edp From: edp@ipl31.enet.dec.com (Eric Postpischil (Always mount a scratch monkey.)) Newsgroups: comp.sys.handhelds Subject: Re: hp48 commands -hp28 commands Message-ID: <15613@shlump.nac.dec.com> Date: 26 Sep 90 12:06:36 GMT References: Sender: newsdaemon@shlump.nac.dec.com Reply-To: edp@ipl31.enet.dec.com (Eric Postpischil (Always mount a scratch monkey.)) Organization: Digital Equipment Corporation Lines: 17 In article , admerlev@faui09.informatik.uni-erlangen.de (Arnd Merlevede) writes: >could please anybody tell me what these hp48 commands do: >\178 , \v/ , \.d ! , obj-> The sequences beginning with "\" are translated by the calculator while transferring data from a computer (or whatever's on the other end of the serial connect) to the calculator. \178 is ASCII character 178. \v/ is the calculator's square root sign. \.d is the delta (for differentiation). "!" is just the new name for "FACT". FACT(6) on the HP-28 is 6! on the 48. OBJ-> is a combination of STR->, ARRY->, LIST->, et cetera -- it takes whatever object you give it and takes it apart in some way. -- edp