home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 029.lha / explore / readme < prev    next >
Text File  |  1987-04-02  |  865b  |  22 lines

  1.                       XPLOR
  2.                  by Larry Phillips
  3.  
  4.   This program scans all the system lists that start in ExecBase and prints out
  5. their names and the addresses at which they start. It is provided not so ,much
  6. for the actual functionality of the code, but for illustrating various things
  7. such as the use of macros combined with subroutines and  scanning a doubly
  8. linked list in assembler.
  9.  
  10.   The Forbid() and Permit() functions don't seem to work the way I think they
  11. should.
  12.  
  13.   There are no parameters to XPLOR, just type the name. If you want a more
  14. permanent record, you may redirect the output with the '>' symbol.
  15.  
  16.   The file called MAKE is a batch file I use when assembling. I put the
  17. assembler and BLink into VD0:C, which is included in my PATH.
  18.  
  19.   Feel free to use this code in any way you see fit. 
  20.  
  21.   Larry Phillips, Compuserve - 76703,4322
  22.