Copyright (C) 2003-2006 Gil Dabah, http://ragestorm.net/distorm/

History:
-+------
FPU(387) parsing added Feb 2004.
Prefixes parsing added July 2004.
SIB parsing added Dec 2004.
Rep/lock/xlat explicit-operand forms added Dec 2004.
Wrapped in Python Jan 2005.
Using static instructions tables Jan 2005.
MMX parsing added Feb 2005.
SSE parsing added Feb 2005.
SSE2 parsing added March 2005.
SSE3 parsing added March 2005.
Pseudo Opcodes parsing added March 2005.
3DNow! parsing added March 2005.
Global Optimization April 2005.
AMD64 added July 2005.
Linux Port November 2005.
Strings Optimization November 2005.
New API December 2005.
LGPL December 2005.
Doc + Sources uploaded Januar 2006.
64bit Offsets are now supported Januar 2006.
diStorm is now licensed under teh BSD license Januar 2006.

Fixed bugs:
-+---------
2/11/05 1.0.1 Call instruction wasn't promoted to 64 bits automatically.
16/11/05 1.0.2 Mov MOFF instruction used RAX in 32 bits, and wasnt dropped in 16 bits.
17/01/06 1.1.3 Some special instructions were ignoring the REX.B flag.
27/01/06 1.1.4 Support for 64bit offsets was added.

