*****************************************************************************
				Contents of tar
*****************************************************************************
	1) Compiler
	2) specRTL specification of spim in spim<no>/spim<no>_spec.md
	3) specRTL specification of i386 in i386/i386_spec.md
	4) specRTL specification of logical and relational patterns in 
           log_and_rel/log_and_rel_spec.md
	5) specRTL specification of control flow patterns in 
           control_flow/control_flow_spec.md

All *_gen.md files are the the files generated from specRTL compiler for *_spec.md file.
The conventional gcc md files are named usually eg: i386.md, spim1.md, spim2.md etc.

The code made available is owned by IIT Bombay and is being made available purely
for academic purposes.


*****************************************************************************
				HOW TO USE
*****************************************************************************


- To generate a fresh executable of the specRTL compiler, use the make command

  $ make

- In order the use the specRTL compiler, use the command with input output redirection

  $ ./srtl < in_file > out_file

  For example if the input file name is i386spec.md and the output filename is 
  i386gen.md then command should be

  $ ./srtl < i386spec.md > i386gen.md

