TurboMON 1.0
============

by Simon Owen <simon@simonowen.com>

TurboMON is a Z80 monitor and toolkit for the SAM Coupe home computer, and
was originally released as part of the SC_Monitor Pro pack in 1994.


Q U I C K   S T A R T
=====================

Load the monitor to any ODD page boundary, and CALL the same address to start
the program.  e.g.:

    LOAD "TurboMON" CODE 131072
    CALL 131072

The monitor uses 48K (3 memory pages) from the load address, but is
otherwise completely self-contained.

Full documentation is available - see link below.


S O U R C E   C O D E
=====================

The disk image also contains the full source code to TurboMON, in SC_Assembler
format.  The source code is also available in plain-text, on request.


L I N K S
=========

TurboMON Homepage:
http://simonowen.com/sam/turbomon/

---
Last updated: 15/03/2005
