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