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