コード例 #1
0
ファイル: LdcConverters.cs プロジェクト: Team-RTCLI/oneRTCLI
 public string Convert(Instruction instruction, MethodTranslateContext methodContext)
 => Ldc_Convert.R4Convert(instruction, methodContext, Single.Parse(instruction.Operand.ToString()));