
Intoduction
===========

!AS is a simple assembler. It is designed to be used with the desktop
development environment supplied with Desktop C, as Desktop C doesn't
include an assembler. This assembler was at the beginning a backend to
another compiler and does therefore not contain all the glorious commands in
Acorn's assembler. The most obvious omissions are macros and debug
informations. I have included the source in the distribution to compensate
this: If you want it, add it. 

!AS generates aof files, that contain type-2 relocations, so some old
linkers might not be able to link them. There should not be any problem if
the linker can handle aof files of version 1.50 or later.

--------- Conditions

    Copyright (C) 1992 Niklas Rojemo
    Release version: 1.00 (920721)

    Note that although this software is supplied free of charge, copyright
    applies to it. All rights are reserved, except for the following:

    This software may be copied and distributed without restriction so long
    as the following conditions are met:
      a) The copyright messages and these conditions are distributed intact
         in all such copies
      b) Only original, unaltered copies of this software are to be
         distributed.  If you want to redistribute a changed version then
         send the alternations to the copyright holder (see below) and ask
         for permission.
      c) No charge is taken for such distribution
         NOTE "no CHARGE", if you want to include it in a
         public/share/whatever library then you can not charge anything for
         a disc which contains this software. It is explicitly forbidden to
         use this software as a value added benefit to any other product for
         which a charge is taken.


 You are not required to accept this license, since you have not signed it.
However, nothing else grants you permission to modify or distribute the
program or its derivative works.  These actions are prohibited by law if you
do not accept this license.  Therefore, by modifying or distributing the
program (or any work based on the program), you indicate your acceptance of
this license to do so, and all its terms and conditions for copying,
distributing or modifying the program or works based on it.

 If you wish to incorporate parts of the program into other free programs
whose distribution conditions are different, write to the copyright holder
to ask for permission.

A note to public/share/whatever libraries:
 If you want to redistribute this program then ask the copyright holder, who
MAY give permission.


    ***********************************************************************
    * This program is distributed in the hope that it will be useful,     *
    * but WITHOUT ANY WARRANTY; without even the implied warranty of      *
    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                *
    * Bug reports, fixes, or any extra code may be sent to the copyright  *
    * holder, who may or may not act on them as he deems fit.             *
    ***********************************************************************

    Copyright holder: Niklas Rojemo

            email:  rojemo@cs.chalmers.se

            smail:  Niklas Rojemo
                    Traringen 71
                    S-416 79 GOTEBORG
                    SWEDEN

