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