C# Class x86Disasm.RegisterOperand

Show file Open project: cryogen/VM86CS

Public Properties

Property Type Description
High bool
Index int
Size int
Type RegisterType

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

High public property

public bool High
return bool

Index public property

public int Index
return int

Size public property

public int Size
return int

Type public property

public RegisterType Type
return RegisterType