--------------------------------------------------
|                                                |
|                 Mini Sharp C                   |
|                                                |
| platform independent compiler for Sharp MZ-800 |
|                                                | 
--------------------------------------------------

What is MiSC?
=============

MiSC is a simple 'C' compiler written in Java. It
implements some of the most useful constructions of
ANSI C. With MiSC you are able to write some simple
programs, which are directly executable on real
Sharp MZ-700/MZ-800 or in appropriate emulator.


What is Sharp MZ-800?
=====================
Sharp MZ-800 was and still is one of the most power-
ful 8bit computer based on popular processor Z-80.
MiSC is written specially for MZ because it uses
its ROM routines.


What is supported in MiSC?
==========================
For MiSC language reference please see 'grammar.txt',
where you can find all syntax constructions.
Because of implementation reasons, the range of 'int'
identifiers is only 8bit. MiSC doesn't perform any
runtime error checking, such as overflow or underflow.
Take good care of using cycles, which bound is zero.

Is MiSC freeware?
=================
Of course it is. Source codes, this manual and grammar
are indivisible parts of this package. You can change
it and copy for free.