chiark / gitweb /
Provide test cases for maxlen functions
[base91.git] / DOS-asm / readme.txt
1 This is a compact 16-bit assembly implementation of the basE91 encoder for DOS.\r
2 It encodes from standard input to standard output. Minimum system requirements:\r
3 DOS 2.0, 8086 processor\r
4 \r
5 Example usage:\r
6 \r
7         b91enc < file.bin > file.b91\r
8 \r
9 \r
10 Assemble with NASM [http://nasm.sourceforge.net/]:\r
11 \r
12         nasm -O2 -o b91enc.com b91enc.asm\r