X86InstructionDetail.opcode

Instruction opcode, wich can be from 1 to 4 bytes in size.

This contains VEX opcode as well. A trailing opcode byte gets value 0 when irrelevant.

struct X86InstructionDetail
ubyte[] opcode;

Meta