Gets or sets the group 3 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..::..PrefixAddressSizeOverride enumeration; or None to specify no prefix. The default is None.

Exceptions

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

Contracts

Get

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

Set

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

See Also