home *** CD-ROM | disk | FTP | other *** search
- swis © Rob Clark 1995
- =====================
-
- Swis is a command line utility which lists the SWIs available from a module
- specified as a parameter. The SWI names are found from the module's SWI
- decoding table.
-
- Example: swis CDFS, gives...
-
- SWIs for module: cdfs
- SWI base is: 0x41E80
- SWI chunk name is: CDFS
-
- CDFS_ConvertDriveToDevice, 0x41E80
- CDFS_SetBufferSize, 0x41E81
- CDFS_GetBufferSize, 0x41E82
- CDFS_SetNumberOfDrives, 0x41E83
- CDFS_GetNumberOfDrives, 0x41E84
- CDFS_GiveFileType, 0x41E85
- CDFS_DescribeDisc, 0x41E86
- CDFS_WhereIsFile, 0x41E87
- CDFS_Truncation, 0x41E88
-
- There's not really much more I can say about this one...
-
- All code is © Rob Clark 1995, this program is FreeWare and is thus freely
- distributable as long as no profit or changes are made.
-