9th Decemeber 2003
Finally I think it is done. There is support for prefix_67h.

8th Decemeber 2003
Managed to add support for AMD's 3DNow!. Now only left one problem which would be the prefix_67h.

3rd September 2003
In midst of one of my major exams in my life, I completed the fpu opcodes. Yippy. Now the engine can support MMX/SSE/SSE2/FPU and the only remaining opcode that I have not worked on is the 3dnow! opcodes. I shall read the AMD manual on a later day.

12:00am 19th August 2003
I had officially started work on the MMX instructions on 17th August 2003. I managed to complete it in 2 days. Now left FPU/SSE/SSE2 opcodes to decode.

Note: the function decodemmxmodrm is hard to be reused due to some quick fix I added to support sse2. :/ Did not want to change too much codes. ;)

13th August 2003
Finally done with the opcodes (excluding MMX/FPU/SSE/SSE2).

Late June 2003
I have begun work on the disassembly engine.