CSPspEmu.Core.Tests.InstructionTableTest.PspInstructionsTest C# (CSharp) Method

PspInstructionsTest() private method

private PspInstructionsTest ( ) : void
return void
        public void PspInstructionsTest()
        {
            var Instructions = InstructionTable.ALL;
        }
InstructionTableTest