home *** CD-ROM | disk | FTP | other *** search
- XPLOR
- by Larry Phillips
-
- This program scans all the system lists that start in ExecBase and prints out
- their names and the addresses at which they start. It is provided not so ,much
- for the actual functionality of the code, but for illustrating various things
- such as the use of macros combined with subroutines and scanning a doubly
- linked list in assembler.
-
- The Forbid() and Permit() functions don't seem to work the way I think they
- should.
-
- There are no parameters to XPLOR, just type the name. If you want a more
- permanent record, you may redirect the output with the '>' symbol.
-
- The file called MAKE is a batch file I use when assembling. I put the
- assembler and BLink into VD0:C, which is included in my PATH.
-
- Feel free to use this code in any way you see fit.
-
- Larry Phillips, Compuserve - 76703,4322
-