home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / s / swis1 / !Help next >
Encoding:
Text File  |  1995-02-23  |  766 b   |  28 lines

  1. swis © Rob Clark 1995
  2. =====================
  3.  
  4. Swis is a command line utility which lists the SWIs available from a module
  5. specified as a parameter. The SWI names are found from the module's SWI
  6. decoding table.
  7.  
  8. Example: swis CDFS, gives...
  9.  
  10. SWIs for module: cdfs
  11. SWI base is: 0x41E80
  12. SWI chunk name is: CDFS
  13.  
  14.  CDFS_ConvertDriveToDevice, 0x41E80
  15.  CDFS_SetBufferSize, 0x41E81
  16.  CDFS_GetBufferSize, 0x41E82
  17.  CDFS_SetNumberOfDrives, 0x41E83
  18.  CDFS_GetNumberOfDrives, 0x41E84
  19.  CDFS_GiveFileType, 0x41E85
  20.  CDFS_DescribeDisc, 0x41E86
  21.  CDFS_WhereIsFile, 0x41E87
  22.  CDFS_Truncation, 0x41E88
  23.  
  24. There's not really much more I can say about this one...
  25.  
  26. All code is © Rob Clark 1995, this program is FreeWare and is thus freely
  27. distributable as long as no profit or changes are made.
  28.