C# Class x86Disasm.MemoryOperand

Show file Open project: cryogen/VM86CS

Public Properties

Property Type Description
Address uint
Base GeneralRegister
Displacement int
Index GeneralRegister
Scale int
Segment SegmentRegister
Size int

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Address public property

public uint Address
return uint

Base public property

public GeneralRegister Base
return GeneralRegister

Displacement public property

public int Displacement
return int

Index public property

public GeneralRegister Index
return GeneralRegister

Scale public property

public int Scale
return int

Segment public property

public SegmentRegister Segment
return SegmentRegister

Size public property

public int Size
return int