quick decoder version 1.0.6

16/32/64 bit mode disassembler with several options.
It supports all 8086-80486/Pentium instructions with
  FPU, MMX, 3DNow!, SSE, SSE2, SSE3, SSE4, AVX, FMA, XOP, BMI, TBM, HLE, RTM, AVX2, AVX-512, SHA, MPX and others.

options
 -a<x> Avoids disassembling after position
 -b<x> 16/32 or 64 sets number of Bits (default 64)
 -j<x> set max space size [1..17]
 -o<x> Origin
 -s<x> Skip bytes of header
 -c display full Constant
 -d don't use $ in constants
 -e Emulated FPU opcodes (Borland Pascal)
 -f Fasm/nasm syntax
 -h display branch Hint
 -i Intelligent "ret" (skips max 16 zero bytes after ret)
 -l short Line ending
 -m Medium (display without code string)
 -n selects Not Intel/AMD instruction set
 -p comPress spaces to tabs
 -r don't display REX
 -t display in AT&T syntax
 -u selects Undocumented instruction set
 -w shoW scale when she is equal 1
 -x use 0x in constants
 -y displaY only opcodes
 -z "db" instead prefixes
 -1 always (when possible) show operand size
 -2 show instruction length
 -3 hide (e|r)ip (show addr3ss) in 64-bit mode
 -4 add "L" to address constants
 -8 intel-style aliases for the additional long mode 8-bit registers

Good Luck!
