CSPspEmu.Core.Tests.CpuEmitterTest.VfpuAssemblyTest C# (CSharp) Method

VfpuAssemblyTest() private method

private VfpuAssemblyTest ( ) : void
return void
        public void VfpuAssemblyTest()
        {
            TestAssembly("A08007D0", "vone.q R000");
            TestAssembly("000448D0", "vsrt3.s S000.s, S100.s");
            TestAssembly("80844AD0", "vsgn.q  C000.q, C100.q");
        }