relnotes.rsp_dev 1.02 KB

August 15 release RELEASE NOTES			RSP DEVELOPMENT OPTION
===============================

SUMMARY:
--------
	This is the first release of the RSP Development Option.

	This image includes all of the tools and documentation
	necessary to write RSP microcode. It also includes
	the RSP 'boot' microcode.

DOCUMENTATION:
--------------
	All RSP development tools have 'man' pages contained
	in this release.

	"The RSP Programmer's Guide" and "RSP Programmer's
	Reference Card" are included as PostScript versions,
	installed in /usr/src/PR/doc/ps.

TOOLS:
------
	The following tools are included. More information
	about each tool can be found in the appropriate man page:

		rspasm		: the rsp assembler.

		rsp, rspg	: the rsp C simulator/debugger
				  (command line and graphical versions).

		buildtask	: a simple rsp ucode 'linker'.

		rsp2elf		: converts rsp objects to ELF file.

SOURCE CODE:
------------
	The RSP boot microcode will be installed in
	/usr/src/PR/rspcode/rspboot

	This code is discussed in the programming guide.