The BTS (Bit Test and Set) instruction.

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

Syntax

C#
public class Bts : Instruction
Visual Basic
Public Class Bts _
	Inherits Instruction
Visual C++
public ref class Bts : public Instruction

Contracts

Invariants
this.subject != null
					this.subject is EffectiveAddress ||
					this.subject is RegisterOperand
this.bitIndex != null
					this.bitIndex is Immediate ||
					this.bitIndex is RegisterOperand

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.x86..::..Instruction
      SharpAssembler.x86.Instructions..::..Bts

See Also