home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp48 / 4106 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.5 KB

  1. From: akcs.joehorn@hpcvbbs.cv.hp.com (Joseph K. Horn)
  2. Date: Fri, 31 Jul 1992 07:40:11 GMT
  3. Subject: Re: SYSRCL ?
  4. Message-ID: <2a78e8a0.1494.1comp.sys.hp48.1@hpcvbbs.cv.hp.com>
  5. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!hp-cv!hp-pcd!hpcvra!rnews!hpcvbbs!akcs.joehorn
  6. Newsgroups: comp.sys.hp48
  7. References: <Bs2u8u.2rD@news.cso.uiuc.edu>
  8. Lines: 24
  9.  
  10. dan@math.uiuc.edu (Daniel R. Grayson) writes:
  11.  
  12. > In tools.48 by Frank Ochoa, I find the function SYSRCL, but the
  13. > documentation is missing.
  14. >>     15. 'SYSRCL'    - Recall object to stack
  15. >>     16. 'FIND'      - Find object in memory
  16.  
  17. Frank's SYSRCL takes only a Binary Integer as its input, and outputs
  18. the object at that address.  Example: #1BB41h SYSRCL --> FACT.
  19.  
  20. FIND takes two arguments.  In level two is a Binary Integer consisting
  21. of the hex digits to be searched for (1 to 16 digits), plus one final
  22. digit representing how many digits are to be searched for, minus one.
  23. That's confusing; here's an example.  Suppose we want to search for
  24. the real numbers in ROM.  The real number header is 02933.  So we use
  25. #29334 for FIND's level two argument, because leading zeros cannot be
  26. typed, and the final "4" tells FIND that we're searching for *5*
  27. digits.  The level one argument is a Binary Integer representing the
  28. address where the search is to begin, minus one.  So if we want to
  29. find the first real number AFTER address #20000h, use #20000h.
  30. Example: #29334h #20000h FIND --> #29334 #22352.  SYSRCL --> 1200.
  31. Then you can press LAST STACK, FIND, SYSRCL to see the next one, etc.
  32.  
  33. -Joseph K. Horn-   -Peripheral Vision, Ltd.-
  34.