Re: announce: my very first disassembler now available (GPL)



The latest version is here: http://code.google.com/p/vm64dec/downloads/list

I think those size problems are fixed now. Here is a list of known
erratta:

1. It never prints "near". This is the default so it shouldn't matter.
2. aad, aam have an argument. This is actually valid.
3. xchg needs to be turned into nop when applicable. Need to do this!
4. Need to add support for extended opcodes such as 'd9 f4' (fxtract)
and '66 0f 38 01' (phaddw). How to do this? Do any extended opcodes
have a modr/m? Can we pretend the opcode byte is an immediate byte?

Aside from these issues, the project should be "done" -- I certainly
hope so!

And thanks for testing it!

Willow
.