
I was thinking of attempting emulation (actually, I tried it before). I plan to have support for SSE at first; and then extend to x64, SSE4a, MMX and 3DNow! instructions. Does anyone know where I can find an ordered list of opcodes for at least SSE? I have searched and searched; but the only ones I found were in alphabetic order, which is useless because I want to make a jump table of instructions.
Edit: it would be great if this list had privilege levels, too; but it's OK if it doesn't.