	__________________________________________________________  

	  StAtE. Software transforming Assembly to Executable
            8086 Assembler Ver 1.0 ,Shamit Bagchi, (c) 2001
	__________________________________________________________
	
		
Please type 'state' followed by filename with .asm extension

FORMAT:  state  xyz.asm


This will create the following: an executable with extension .exe and
an assembly listing .lst


-------------------------------
files
-------------------------------
INPUT : file.asm
OUTPUT: file.exe and file.lst
-------------------------------


NOTES (restrictions and constraints)
---------------------------------------

1. macros and subroutines are supported.
2. formats like msg[2] , array[bx] , array[10] are not allowed.
3. source code should be in lowercase to eliminate inconsistencies
4. no. of values inside [] is restricted to 3
	eg: [bx+si+30+40+50] should instead be written as [bx+si+120]


" Try the assembler on the 4 sample .asm programs provided "
_______________________________________________________________________________________


CONCIEVED , CODED & CREATED BY SHAMIT BAGCHI 6TH SEM BE CSE UVCE BANGALORE, (C) 2001.


