602.c		compressor source
m602.exe	compressor executable	(need ri6.com & text.txt)
602.com		main prog
ri6.asm		decompressor source
ri6.com		decompressor executable
602.txt		this file
text.txt	text

---
nasm -f bin -o ri6.com ri6.asm
m602
602
---

