home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp48 / 4449 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.3 KB

  1. From: akcs.levenson@hpcvbbs.cv.hp.com (william j. levenson)
  2. Date: Tue, 1 Sep 1992 23:40:02 GMT
  3. Subject: Re: Sytem RPL : Problem with entries
  4. Message-ID: <2aa3f375.1640.1comp.sys.hp48.1@hpcvbbs.cv.hp.com>
  5. Path: sparky!uunet!usc!sdd.hp.com!hp-cv!hp-pcd!hpcvra!rnews!hpcvbbs!akcs.levenson
  6. Newsgroups: comp.sys.hp48
  7. References: <1992Sep1.163733.209@cmu.unige.ch>
  8. Lines: 21
  9.  
  10. I'm not sure that the entries3 files are formatted the same as the HP
  11. provided entries.a file.  If this is true, you cannot use the entries3
  12. stuff with the sasm program provided by HP.
  13.  
  14. Furthermore, if you can get the entries3 file to work with sasm, your
  15. code will not be very transportable.  By this I mean that people with
  16. only entries.a will not be able to compile your code.  If that doesn't
  17. matter to you, that's fine.  I use only the entries in the entries.a file
  18. for several reasons:
  19.   1)  code transportability
  20.   2)  entries.a are the "supported" commands from HP
  21.   3)  I can call other entrie points by thier addresses, which also
  22.       serves to deliniate them from the "supported" entrie points
  23.  
  24. I just use the entries3 file for a reference table of entrie points that
  25. others have "discovered".  My thanks to the autor of these lists (M.
  26. Heiskenan, I think - sorry if that's spelled wrong).
  27.  
  28. Good luck and I hope this helps.
  29.  
  30. Bill Levenson
  31.  
  32.