From fe6c36e18042603bb096d3685fe3988e32331ebf Mon Sep 17 00:00:00 2001 From: haturatu Date: Tue, 10 Dec 2024 21:28:04 +0900 Subject: first commit --- DOS-asm/readme.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 DOS-asm/readme.txt (limited to 'DOS-asm/readme.txt') diff --git a/DOS-asm/readme.txt b/DOS-asm/readme.txt new file mode 100644 index 0000000..a3c0f47 --- /dev/null +++ b/DOS-asm/readme.txt @@ -0,0 +1,12 @@ +This is a compact 16-bit assembly implementation of the basE91 encoder for DOS. +It encodes from standard input to standard output. Minimum system requirements: +DOS 2.0, 8086 processor + +Example usage: + + b91enc < file.bin > file.b91 + + +Assemble with NASM [http://nasm.sourceforge.net/]: + + nasm -O2 -o b91enc.com b91enc.asm -- cgit v1.2.3