C# 클래스 Ypsilon.Emulation.Processor.YCPU.YCPUInstruction

파일 보기 프로젝트 열기: ZaneDubya/YCPU

공개 프로퍼티들

프로퍼티 타입 설명
Cycles int
Disassembler YCPUDisassembler
IsNOP bool
Name string
Opcode YCPUOpcode

공개 메소드들

메소드 설명
ToString ( ) : string
YCPUInstruction ( string name, YCPUOpcode opcode, YCPUDisassembler disassembler, int cycles, bool isNOP = false ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

YCPUInstruction() 공개 메소드

public YCPUInstruction ( string name, YCPUOpcode opcode, YCPUDisassembler disassembler, int cycles, bool isNOP = false ) : System
name string
opcode YCPUOpcode
disassembler YCPUDisassembler
cycles int
isNOP bool
리턴 System

프로퍼티 상세

Cycles 공개적으로 프로퍼티

public int Cycles
리턴 int

Disassembler 공개적으로 프로퍼티

public YCPUDisassembler Disassembler
리턴 YCPUDisassembler

IsNOP 공개적으로 프로퍼티

public bool IsNOP
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Opcode 공개적으로 프로퍼티

public YCPUOpcode Opcode
리턴 YCPUOpcode