C# Class CSPspEmu.Core.Cpu.Table.InstructionInfo

Inheritance: System.Attribute
Mostrar archivo Open project: soywiz/cspspemu

Public Properties

Property Type Description
AddressType AddressType
AsmEncoding string
InstructionType InstructionType
Mask uint
Name string
Value uint

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
ParseBinaryEncoding ( string Encoding ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

AddressType public_oe property

public AddressType AddressType
return AddressType

AsmEncoding public_oe property

Example: %d, %s, %t
public string AsmEncoding
return string

InstructionType public_oe property

public InstructionType InstructionType
return InstructionType

Mask public_oe property

Mask extracted from BinaryEncoding
public uint Mask
return uint

Name public_oe property

Name of the instruction. Example: add
public string Name
return string

Value public_oe property

Value extracted from BinaryEncoding
public uint Value
return uint