CSPspEmu.Core.Cpu.Emitter.CpuEmitter.vcst C# (CSharp) Метод

vcst() публичный Метод

public vcst ( ) : AstNodeStm
Результат AstNodeStm
        public AstNodeStm vcst()
        {
            return CEL_VD.Set(VfpuConstants.GetConstantValueByIndex((int)Instruction.IMM5).Value, PC);
        }
CpuEmitter