

The ../docs directory contains:

beginner.doc      Introduction to SysRPL & ML programming in the HP48 SX.
manual.doc        Very complete but somewhat outdated Fine Manual.
sadpatch.doc      How to patch Mika Heiskanen's SADHP to use Star mnemonics.
Install.doc       Installation instructions.
CHANGES		  Modification history. Not GNU-conforming yet.
README		  This file (duh)

---------------------------------------------------------------------------
This is the annoucement posted on comp.sys.hp48:

From: Alex Ramos <ramos@engr.latech.edu>
Subject: RPL++ v1.60: Enhanced sysRPL and Machine Language compiler.

RPL++ is a system-RPL and Machine Language compiler for the HP48
which replaces and supercedes the one released by HP.

It assembles any of:
  - Normal system-RPL programs, as described in RPLMAN.DOC
  - Library-mode programs, as described in MAKEROM.DOC
  - Code/Assembly objects in HP mnemonics (see SASM.DOC)
    (These documents are in the self-extracting zip file:
     wuarchive.wustl.edu:/systems/hp/hp48sx/hp_tools/tools.exe). 
  - Code/Assembly objects in AG (Star) mnemonics (**)
    (wuarchive:systems/hp/hp48/hardware/star.v1.04.tar.Z).
  - All of the above at once plus some additional features.

RPL++ is distributed in C source code format and compiles on any system
that supports UNIX-type Makefiles and an ANSI-compliant C compiler.
MS-DOS executables are also available.

The latest version is now available via FTP from:

	ftp.latech.edu:/pub/hp48

Last update: Mon Nov  1 20:10:31 CST 1993

Differences from v1.53 (the last release):
	- DOS version now works. Requires a 286 or better.
	- INCLOB bug fixed.
	- Nasty ?R=0 / RTNYES bug fixed.
	- Improved errors/warnings.
	- Old pre-ANSI compilers are no longer supported.

