Gets or sets the group 4 prefix used.

Namespace: SharpAssembler.x86
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Field Value

A member of the EncodedInstruction..::..PrefixOperandSizeOverride enumeration; or None to specify no prefix. The default is None.

Exceptions

ExceptionCondition
System.ComponentModel..::..InvalidEnumArgumentException!(Enum.IsDefined(typeof(PrefixOperandSizeOverride), value))

Contracts

Get

Ensures
Enum.IsDefined(typeof(PrefixOperandSizeOverride), Contract.Result<PrefixOperandSizeOverride>())

Set

Requires
Enum.IsDefined(typeof(PrefixOperandSizeOverride), value)

See Also