
    	GSIM85 - A 8085 MICROPROCESSOR SIMULATOR
_____________________________________________________


	TUTORIAL:
	
	1.Create a new file. Activate  the  keypad  from  View
	  ->KeyPad.
	  
	2.Enter the source of your program through the keypad.
	  
	3.If you  want  to give a  label to a branch instruction,
	  right click on the  row and  select enter label.
	  
	4.Insert a  empty  row  wherever you want  to  make a 
	  new procedure or code section.
	  
	5.Enter  address  of first  instruction  of  every  new 
	  procedure or section.
	  
	6.Fill  memory  by  clicking  Memory->Update Memory.
	
	7.Enter  the start address of your code in the Start
	  Address.
	  
	8.Click Run  or Step button to execute or step through
	  the code.


	FEATURES:
	
	1.Adjust your memory using Memory->Memory Range.
	  Less memory will relex your system memory.
	  
	2.If you enter a row wrongly select it and Edit
	  this by activating either from Edit menu or 
	  by right clicking on that row. When done make 
	  sure to turn off the Edit.
	  
	3.You can Insert or Delete selected row from the
	  Edit menu.
	  
	4.You can apply breakpoints in the source to stop
	  at certain suspected points.
	  
	5.The source is generated at the runtime so that 
	  you can easily see what your program doing.
	  
	6.You can reset memory,ports,register and find 
	  any perticular address in memory or any port.
	
	7.See the stack pointer position in the memory
	  using show stack button.
	  
	
	DO NOT DO THIS:
	
	1.When you click for an operation just wait for 
	  its completion without clicking here and there
	  because program has bugs which will be fixed in
	  next version.
	  
	2.Printing feature is not mature enough. If you
	  face a problem simpely save code as text and
	  take printout of your text file

	EXAMPLE:
			One example you can find is "/usr/share/
	gsim85/help/ascending.sim". It sorts 6 byte starting 
	from 2050 H. 
	
	FEEDBACK:
	
			This program is written for those
	who are willing to develop 8085uP programs and for
	the same we realised the need of good & free 8085 
	uP simulator. Here it is in your hand. Please send
	your feedback and bugs to:
	
		http://gsim85.sourceforge.net
