- Very complete disasssembler!
- BSD license, commercial use is permitted
- Plain 'C' interface and implementation
- Returns disassembly in array of instructions, in ASCII
- Can easily move in a large block of code, disassemble on the fly
  (allows manual 'sync' to start of instruction)

  A good UI for DFSee would be that Arrow-up/dn moves instruction,
  while Arow-left/right moves one byte (to sync)

  Each keypress can do a new disassemble since it is very fast :-)

