This is the beta-test version of the GNU assembler.  (Version 1.18, I guess.)
Please report bugs, missing features, etc to hack@gnu.ai.mit.edu (Jay Fenlason)
If that address doesn't work, try hack@prep.ai.mit.edu or hack@amt.mit.edu
(ONE of them should work.  If you get *REALLY* desparate, try hack@lsrhs.UUCP )

These files are currently set up to allow you to compile both versions of the
assembler (68020 and VAX) on the same machine.  To compile the 68020 version,
type 'make a68'.  To compile the VAX version, type 'make avax'.  The makefile
contains instructions on how to make one of the assemblers compile as the
default.

If you are on a SUN (or other machine that uses a 2 in the high order short),
type 'ln -s m-sun3.h m68k.h' else type 'ln -s m-generic.h m68k.h'
If your machine does not support symbolic links, omit the '-s'.

A new configuration file has been added to allow the assembler to work under
HP-UX (I don't know which version.)  To compile for HP-UX, use the command
'ln m-hpux.h m68k.h' before running make.

If your machine does not have varargs.h or vfprintf(), but does have
_doprnt() add -DNO_VARARGS to the CFLAGS line in the makefile.  If your
machine has neither vfprintf() or _doprnt(), you will have to change error.c
and messages.c in order to get readable error messages from the assembler.
