Installation of AsmGofer
========================

Note:
-----
    There's no need to compile AsmGofer, if there is a
    precompiled binary. Precompiled binaries are
    available for Linux, Solaris Sparc, and cygwin. Try

      cd ../machines
      AsmGofer/bin/asmgofer

    to see whether there is a precompiled binary (Type ":q"
    to leave the interpreter).  

1.) Unpack the sources of AsmGofer in the file 
    ../Archive/AsmGofer.tar.gz. Compile and install AsmGofer 
    as described in Doc/install.doc in the archive.

2.) Now it should be possible to type
      asmgofer
    (type ":q" to leave the interpreter)

    Change to the directory ../machines and type
      asmgofer -h1000000 < files/in.MACHINE
    where MACHINE could be
      - java
      - compiler
      - trustful
      - defensive
      - diligent
    The option -h1000000 tells asmgofer to use a heap of 1MB.
