===========================================================================
Translation to Scheme of Tunes V0.0.0.25
Version of this translation : V0.3
===========================================================================

lll.scm				
          Main file, loading this one loads the others and builds the system.
          New to Scheme version
tools.scm				
          A set of misc. tools
          New to Scheme version
options.scm				
          Code generation options
          New to Scheme version
objects.scm				
          Generic object manipulation facilities
          New to Scheme version
assembler_programs.scm	
          Internal representation of assembler programs and display routines
          New to Scheme version
control_structures.scm			
          Control structures functions that generate assembler programs
          Corresponds to "Structured programming" section of "as86.m4"
data_structures.scm			
          Data structures functions that generate assembler programs
          Corresponds to "Structures" section of "as86.m4"
i386.scm				
          i386 specific definitions
          Corresponds to "as86.m4", "i386.m4" and "biosapi.m4"
head.scm				
          Initialization of the TUNES i386 BIOS API
          Corresponds to "head.m4"

  Index from old to new files :
  as86.m4    -> i386.scm, control_structures.scm, data_structures.scm
  i386.m4    -> i386.scm
  biosapi.m4 -> i386.scm
  head.m4    -> head.scm


---------------------------------------------------------------------------
Other files, NOT LOADED BY lll.scm !
---------------------------------------------------------------------------

progress.scm
          Compute the status of the translation project (% complete)
          New to Scheme version
exemples.scm				
          Tests / exemples 
          New to Scheme version
output3.s				
          Assembler file generated by exemples.scm
          New to Scheme version
output_testcpu.s			
          Assembler file generated by exemples.scm
          New to Scheme version

