****************************************************************************
*                                                                          *
*  **********************************************************************  *
*  *                                                                    *  *
*  *                    -----------------------                         *  *
*  *                    SYSSPY 1.3 Unregistered	                        *  *
*  *                    -----------------------	                        *  *
*  *                                                                    *  *
*  *             by Toni Wilen alias Multiplex of Chrome                *  *
*  *                                                                    *  *
*  **********************************************************************  *
*                                                                          *
****************************************************************************



	INTRODUCTION
	------------

	SysSpy is copyright ©1992 by Toni Wilen, all rights reserved.
	Please send bug reports, suggestions and comments.

	This is freely distributable unregistered version.
	If you register you get newest registered versions of SysSpy and
	FileMaster. FileMaster is fast and small (80K) directory utility
	with NewZap-style file-editing and diskediting and lots more.
	Registeration fee is 15 USD or 30DM or 50 FIM.

	For residents in Finland:
	Suomalaisille rekisteröinti onnistuu helpoiten maksamalla
	postisiirrolla 50 markkaa tilille PSP 10733 943. Kirjoittakaa
	tiedonantoja-kohtaan 'SysSpy:n rekisteröintimaksu' ja Register-
	gadgetin tulostavan rekisteröintikaavakkeen System info -kohdan, jos
	mahdollista. Tai sitten voit lähettaa 50 markkaa kirjekuoressa
	rekisteröintikaavakkeen kanssa.

	For residents outside Finland: Send 15 USD or 30 DM or 50 FIM in
	envelope with the registeration from.

	My address reads:

		Toni Wilen
		Sudentie 4
		13600 HML
		Finland

	YOU USE SYSSPY WITH YOUR OWN RISK! I cannot assure you a totally
	bug free operation, nor can I take responsibility for any damage
	caused by the program or by the misuse of it. This program will
	make gurus or hangs or slows your Amiga down if too many
	libraryvectors are selected and someone is using them a lot.


	SYSTEM REQUIREMENTS
	-------------------

	SysSpy needs Kickstart version 1.2 or later (KS 2.0, too)
	SysSpy doesn't need any disk-resident libraries or devices.


	GENERAL
	-------

	SysSpy is program that shows library- ,resource- and devicecalls

	SysSpy is meant for debugging purposes or just for fun,
	because you can see all parameters for library croutine
	and returncode.

	If you have library and good docs for it (like in Rom Kernel Manual:
	Includes & Autodocs!) you can send it for me, I try to add it to
	SysSpy if possible. Docs especially for arp.library and KS2.0 new
	functions and libraries (I don't have KS2.0 autodocs yet) are needed.

	If you have viruscheckers active when you use SysSpy they can
	give warnings about changed libraryvectors. If it is same vector
	that you have selected from SysSpy, there is no virusdanger, just
	ignore the warning.

	INSTRUCTIONS
	------------

	On the top of the screen are three gadgets: Quit, Options and Tasks.

	Quit:		Quits SysSpy.

		SysSpy can't quit if other program has changed libraryvector
		or has called libraryroutine and call isn't returned yet.

	Options:	Brings another menu on the top of the screen.
	
		Exit:		Returns back to main menu.
		Prev:		Goes previous library
		Next:		Goes next library.
		More:		Shows more library routines if all of them
				doesn't fit on screen simultaneously.
		Clear:		Removes all libraryroutines under spying.
		Invert:		Adds all unselected libraryroutines and
				Removes all selected libraryroutines.
		
		Use mouse to select libraryroutines.
		If you have Kickstart 1.2 or 1.3, you can't spy dos.library's
		first four vectors (Open,Close,Expunge,Reserved)

	Tasks:		Brings list of all tasks on your Amiga.
			Select one task which is under spying with mouse
			or write it on the string-gadget on top of screen.
			You can select only one task at time.

	Reg:		Prints registeration form.


	Example of SysSpy's output:

	$0032F7EA $30FE50=OpenWindow($3310AC)
	    |	     |         |	|
	    |	     |         |     Parameters
	    |	     |	       |	
	    |	     |	 Libraryroutine
	    |	     |
	    |	Returncode (D0's value)
	    |
	    |
	Calling address

	SysSpy was developed on Amiga 500 with 25MHz 68030.
	and SysSpy was tested on A500, A1000 and A2000.

	This unregistered version has only two libraries, resources
	and devices.

	dos.library	and	exec.library
	disk.resource	and	misc.resource
	timer.device	and	trackdisk.device

	Registered version has following libraries, resources and devices:

	dos.library		diskfont.library	
	exec.library		expansion.library
	graphics.library	intuition.library
	layers.library		powerpacker.library
	reqtools.library	req.library
	translator.library

	ciaa.resource		ciab.resource
	disk.resource		misc.resource
	potgo.resource

	audio.device		clipboard.device
	console.device		gameport.device
	input.device		keyboard.device
	narrator.device		parallel.device
	printer.device		serial.device
	timer.device		trackdisk.device


	FUTURE PLANS
	------------

	New Kickstart 2.0 routines, libraries and resources.
	New libraries, devices and resources.
	Your ideas!


	HISTORY
	-------

	Sysspy 1.0 - 1.2 	internal versions

