namespace Cosmos.Assembler.x86 { [OpCode("movzx")] public class MoveZeroExtend : InstructionWithDestinationAndSourceAndSize { } }