コード例 #1
0
ファイル: CpuInterpreter.cs プロジェクト: rajeshwarn/cspspemu
 public void sqrt_s() => AdvancePC().SetFD(MathFloat.Sqrt(FS));