Свойство | Type | Description | |
---|---|---|---|
Cycles | int | ||
Disassembler | YCPUDisassembler | ||
IsNOP | bool | ||
Name | string | ||
Opcode | YCPUOpcode |
Méthode | Description | |
---|---|---|
ToString ( ) : string | ||
YCPUInstruction ( string name, YCPUOpcode opcode, YCPUDisassembler disassembler, int cycles, bool isNOP = false ) : System |
public YCPUInstruction ( string name, YCPUOpcode opcode, YCPUDisassembler disassembler, int cycles, bool isNOP = false ) : System | ||
name | string | |
opcode | YCPUOpcode | |
disassembler | YCPUDisassembler | |
cycles | int | |
isNOP | bool | |
Résultat | System |