This is a simple assembly implementation of the basE91 encoder for DOS. It
encodes from standard input to standard output.

Example usage:

	b91enc < file.bin > file.b91


Assemble with NASM [http://nasm.sourceforge.net/]:

	nasm -O2 -o b91enc.com b91enc.asm


Minimum system requirements: DOS 2.0, 386 processor (32-bit registers needed)
