FILE
	readme

	Copyright(c) 1993-1995, FMI, Fujitsu Microelectronics, Inc.
	All rights reserved.

	This software (including any documentation) is untested, has not been
	fully tested for viruses and has been provided to you without charge.
	ACCORDINGLY, IT IS DELIVERED "AS IS" WITH NO WARRANTIES EXPRESS OR
	IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY,
	FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.  You bear all 
	risk of nonperformance, loss of data and other problems and Fujitsu
	Microelectronics, Inc. and Fujitsu Limited will not be liable under any
	contract, negligence, strict liability or other theory for any damages
	including, without limitation, direct, consequential or incidental nor
	be required to provide substitute goods, services or technology.

This directory contains files to make EPROMs for SPRAClite evaluation
board.  MRI SPARClite programming tools are used. 


Files:
	readme		- this file
	conv2mri	- sed script for converting SUN or Cygnus asm to MRI
	flash.c		- FLASH RAM interface code (934 and 936 only)
	ne.c		- NICE driver and UDP/IP implementation
	nes.s		- low level routines accessing NICE
	net.h		- C header for network
	promsl.mak	- makefile used on SUN4
	promslpc.mak	- makefile used on PC
	ram.cmd		- command file for MRI linker
	resetsl.s	- startup, including configuration and diagnostic
	sdtrsl.s	- monitor through serial line
	splite.h	- C header for NICE address mapping
	thndlrsl.s	- trap handlers
	ttblsl.s	- trap table
	utilsl.s	- utility functions
	utilsl.h	- assembly header for board configuration


To make EPROM on SUN workstation, invoke: 

        make -f promsl.mak MHZ=[20, 25, 30, 40, 50, 60] CHIP=[933H, 934, 936]

To make EPROM on PC, Microsoft 'nmake' utility is required. Invoke:

        nmake -f promslpc.mak MHZ=[20, 25, 30, 40, 50, 60] CHIP=[933H, 934, 936]

To make listing 

        rdcoffsp <coffile.cof> > <outfile>.lst


