DotNet6502
|
Public Member Functions | |
InstructionsContainer (string filePath) | |
void | Load () |
InstructionData | Get (byte opCode) |
Public Attributes | |
Dictionary< byte, InstructionData > | Instructions |
Monitor.Instructions.InstructionsContainer.InstructionsContainer | ( | string | filePath | ) |
InstructionData Monitor.Instructions.InstructionsContainer.Get | ( | byte | opCode | ) |
void Monitor.Instructions.InstructionsContainer.Load | ( | ) |
Dictionary<byte, InstructionData> Monitor.Instructions.InstructionsContainer.Instructions |