Relative Content

Tag Archive for assemblyx86-64cpu-architecturedisassemblyinstructions

How to determine default operand size for instruction decoding x84-64

I am currently trying my hand at writing a program that decodes x86-64 instructions into assembly, but I am stuck on determining the default memory/register operand size when dealing with instructions whose operands are not explicit(ie they change size based on the current operating mode).