Used for versions of instructions without argument size suffix. mov, add, sub, instead of movq, addb, subd. mov(Register.AX, Register.DI, ArgType.QWORD); instead of movq(Register.AX, Register.DI);
See Implementation
Used for versions of instructions without argument size suffix. mov, add, sub, instead of movq, addb, subd. mov(Register.AX, Register.DI, ArgType.QWORD); instead of movq(Register.AX, Register.DI);