(50g) FNINVARS: Object finder for couch hackers
|
10-16-2017, 12:01 AM
Post: #7
|
|||
|
|||
FLIBS: Library Finder for couch hackers
Several years ago when Joe Horn shared the FNINVARS program, I was also looking for a similar tool to report which libraries a program is using. After some (!) attempts and much patience from Joe, I came up with the following, somewhat brute force program, FLIBS, to do this:
Code:
Note this program requires TOHEX (I believe written by Joe): Code:
which in turn requires DCOD, which I assume most folks have. To use FLIBS to examine program PROG, recall your RPL program to the stack and run FLIBS; [RS] 'PROG' FLIBS The result is a list of the (decimal) library numbers utilized in the program. The above dependency explanation is a perfect example of why such tools are so essential in RPL. There almost has to be a better way to convert the format of the found library numbers for output, but in those early days of exploring RPL, I was pleased that even this ugly sequence worked OK. --Bob Prosperi |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(50g) FNINVARS: Object finder for couch hackers - Joe Horn - 10-11-2017, 05:36 AM
RE: (50g) FNINVARS: Object finder for couch hackers - Gerald H - 10-11-2017, 07:06 AM
RE: (50g) FNINVARS: Object finder for couch hackers - pier4r - 10-11-2017, 03:31 PM
RE: (50g) FNINVARS: Object finder for couch hackers - rprosperi - 10-11-2017, 06:50 PM
RE: (50g) FNINVARS: Object finder for couch hackers - DavidM - 10-11-2017, 08:38 PM
RE: (50g) FNINVARS: Object finder for couch hackers - rprosperi - 10-12-2017, 02:21 AM
FLIBS: Library Finder for couch hackers - rprosperi - 10-16-2017 12:01 AM
|
User(s) browsing this thread: 1 Guest(s)