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

Inheritance: System.Attribute
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
AddressType AddressType
AsmEncoding string
InstructionType InstructionType
Mask uint
Name string
Value uint

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode Description
ParseBinaryEncoding ( string Encoding ) : void

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AddressType public_oe property

public AddressType AddressType
Résultat AddressType

AsmEncoding public_oe property

Example: %d, %s, %t
public string AsmEncoding
Résultat string

InstructionType public_oe property

public InstructionType InstructionType
Résultat InstructionType

Mask public_oe property

Mask extracted from BinaryEncoding
public uint Mask
Résultat uint

Name public_oe property

Name of the instruction. Example: add
public string Name
Résultat string

Value public_oe property

Value extracted from BinaryEncoding
public uint Value
Résultat uint