A simple disassembler that runs in GW basic.
On entry you provide
1) the output file name...this will be a text file
2) the input hex file name....this is a hex encoded text representation of a binary image (a text file of only hex ascii characters...2 characters per binary byte)
3) the offset in memory where the binary image starts at.