Decoding i386 opcodes to instructions
问题 I'm trying to Is there any good resource available to learn 'decoding' of i386 opcodes? Most of the websites talk about how to encode instructions, but I don't find anywhere something telling as to how to decode opcodes to instructions. I've looked at the source code of some disassemblers, but I want some documentation as to how to decode opcodes to instructions. Thanks and Regards, Hrishikesh Murali 回答1: Read the processor manuals, they have it described, though maybe not in complete details