			     Core Wars Deluxe v1.1
-------------------------------------------------------------------------------

Here is what you should have:

CODE			This is a directory containing some sample redcode.
DOCUMENTS		This is a directory containing some documents.
Makefile		Type 'make' to get things compiling.
Settings		This is the configuration file.
config.c		Initializes configuration variables from a file.
corewar.c		Drives the game and allows you to play it.
corewar.h		Used by all the other source to describe things.
display.c		Contains anything related to curses.
emi88.c			Execute Mars Instruction by Mark Durham (Thanks!!!)
error.c			Displays error messages for the assembling process.
labels.c		Creates and maintains a list of labels.
load.c			Assembles and loads the program into the core.
memory.c		Creates and initializes the core.
parse.c			Gets labels, instructions, modes, and fields.

In the DOCUMENTS directory, you should have:

FEATURES		A list of features, by far incomplete.
MANIFEST		This file, a list of all the files.
PROBLEMS		A list of problems that I know about.
README			A nice little note by, who else?  ME, of course!
UPCOMING		A list of features to be included in future releases.
