C# 클래스 CSPspEmu.Core.Cpu.Table.InstructionInfo

상속: System.Attribute
파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
AddressType AddressType
AsmEncoding string
InstructionType InstructionType
Mask uint
Name string
Value uint

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

메소드 설명
ParseBinaryEncoding ( string Encoding ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AddressType 공개적으로 프로퍼티

public AddressType AddressType
리턴 AddressType

AsmEncoding 공개적으로 프로퍼티

Example: %d, %s, %t
public string AsmEncoding
리턴 string

InstructionType 공개적으로 프로퍼티

public InstructionType InstructionType
리턴 InstructionType

Mask 공개적으로 프로퍼티

Mask extracted from BinaryEncoding
public uint Mask
리턴 uint

Name 공개적으로 프로퍼티

Name of the instruction. Example: add
public string Name
리턴 string

Value 공개적으로 프로퍼티

Value extracted from BinaryEncoding
public uint Value
리턴 uint