
This directory contains the source for the motorola 6811 freeware assembler
which was retrieved from the motorola bbs.  To compile the assembler on a
unix system, type in:

	cc -g as11.c -o as11

for pc's (assuming a microsoft compiler):

	cl as11.c

The only change from the original source to this version involves a an
increase in the size of a symbol name from 16 bytes to 32 bytes.

The assembler reference manual can be found in asref.man.
