This is a Bit Editor, primitive, brutal, and terribly hacked from an aborted
game I was writing last year.  It was useful to me while designing the
'sprites' for the game SNARF earlier this year.  All of those sprites were
limited to 16x16 pixels.  After posting the SNARF game, I had several 
inquiries about the BE.EXE program that was included.  I included it for
those people who might wish to do significant changes and/or additions to
the game.  However, several people were interested in getting the source to
the BE program.  I make no excuses for the capabilities of the program (or the
lack thereof), and I certainly don't make apologies for the structure of the
code (or the lack thereof), as it was a complete hack to create a tool to get
a specific job done, and it dit that very well for me.  Well, for all you
masochists out there, here it is.

Knock yourselves out!  :-)

Everett Kaser
35405 Spruce St
Albany, OR 97321

(503) 750-3569 (work)
(503) 928-5259 (home)


ARCHIVE CONTENTS:

Name          Length    Stowage    SF   Size now  Date       Time    CRC
============  ========  ========  ====  ========  =========  ======  ====
BE                 199  Crunched   32%       136  12 Apr 88   8:41a  71C9
DISP.C           18633  Crunched   63%      6962   6 Jan 88  10:57a  E988
DISPIO.ASM       38113  Crunched   55%     17374   1 Jan 88  12:46a  CC36
DISPIO.DOC        3850  Crunched   64%      1402  29 Jun 87   1:12p  3D80
LINKIT.BAT          28     --       0%        28   1 Jan 88   3:08p  4229
MA.BAT              21     --       0%        21  24 Jun 87   2:53p  0919
MAIN.C             611  Crunched   64%       222   1 Jan 88   1:40p  CF5F
MC.BAT              19     --       0%        19  12 Jul 87   7:28p  C45F
PUZZ.H            4075  Crunched   65%      1429   1 Jan 88   1:49p  8EF8
README            3051  Crunched   35%      2003  12 Apr 88   9:09a  EED6
        ====  ========            ====  ========
Total     10     68600             57%     29596  


	BE		MICROSOFT C 5.0 MAKEFILE
	DISP.C		THE BULK OF THE HIGH LEVEL SOURCE CODE
	DISPIO.ASM	ALL OF THE LOW LEVEL CRT GRAPHICS ROUTINES
	DISPIO.DOC	SMALL AMOUNT OF DOCUMENTATION FOR DISPIO.ASM ENTRIES
	LINKIT.BAT	BATCH FILE FOR LINKING THE MICROSOFT C 4.0 VERSION
	MA.BAT		BATCH FILE FOR MAKING WITH NEW ASSEMBLY MODULE
	MAIN.C		START OF HIGH LEVEL PROGRAM CODE
	MC.BAT		BATCH FILE FOR MAKING WITH A NEW C FILE
	PUZZ.H		HEADER FILE FOR MAIN.C AND DISP.C
	README		THIS FILE

The program was originally written with Microsoft C 4.0; this morning I 
successfully built it with Microsoft C 5.0, but I did get a couple of warnings
about the SETMODE function, which I have in my DISPIO.ASM module, and C 5.0
also declares in one of their .H files for their graphics library.  The 
program seems to run fine.  No warranties, guarantees, or banshees provided,
given, implied, or taken.

ek
