The OUT (Output to Port) 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 Out : Instruction
Visual Basic
Public Class Out _
	Inherits Instruction
Visual C++
public ref class Out : public Instruction

Contracts

Invariants
this.port != null
					this.port is Immediate ||
					this.port is RegisterOperand

Inheritance Hierarchy

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

See Also