---=|=--- This is the TUNES LLL/i386 subproject ---=|=---

   This project aims at implementing Tunes over i386-based platforms.
It provides a family of tools targetting the Intel 80386 CPU family:
* an assembler
* a code generator back-end for the Tunes compiler
* code for a Tunes boot image and runtime over bare PC hardware.

   It uses no more the as86+m4 combination;
see the README file in parent directory.


############################# INSTALLATION ###################################
* Currently, there's not quite anything to install :(


################################ FILES #######################################
README		is this very file !

asmx86		a hlm-written assembler for the Intel x86 family of CPU
pc		boot code and basic system services on a bare PC


############################## DEPENDENCIES ##################################

The HLL- thing in the HLL subproject must be ready.
See children directories.



################################## TODO ######################################

Most Everything.
See children directories.


Mid-term:
* write some run-time support for Tunes/i386 over
 Linux, OS/2, WindowsNT, etc, instead of bare hardware.

