dsx is a simple x86 (IA-32) disassembler capable for handling both 16-bit and 32-bit code. Like the assembler asx, it supports x86 general purpose and floating-point instructions but not the multimedia extensions (MMX, SSE, SSE2).
The disassembler has no knowledge of object formats, treating any input as simply of type "binary".
Download the distribution file.