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

Inheritance: System.Attribute
Show file 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 property

public AddressType AddressType
return AddressType

AsmEncoding public property

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

InstructionType public property

public InstructionType InstructionType
return InstructionType

Mask public property

Mask extracted from BinaryEncoding
public uint Mask
return uint

Name public property

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

Value public property

Value extracted from BinaryEncoding
public uint Value
return uint