Gets the register or memory operand from which the bit is copied and set.
            
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Property Target As Operand
	Get | 
Field Value
An 
Operand.
 Contracts
Contracts
Get
| Ensures | 
|---|
| Contract.Result<Operand>() != null | 
| 
					Contract.Result<Operand>() is RegisterOperand ||
					Contract.Result<Operand>() is EffectiveAddress ||
					Contract.Result<Operand>() is RelativeOffset ||
					Contract.Result<Operand>() is FarPointer | 
 See Also
See Also