コード例 #1
0
ファイル: LdargConverters.cs プロジェクト: khursia/IL2C
 public override ExpressionEmitter Prepare(
     VariableInformation operand, DecodeContext decodeContext)
 {
     return(LdargConverterUtilities.Prepare(operand.Index, decodeContext, false));
 }
コード例 #2
0
ファイル: LdargConverters.cs プロジェクト: khursia/IL2C
 public override ExpressionEmitter Prepare(DecodeContext decodeContext)
 {
     return(LdargConverterUtilities.Prepare(3, decodeContext, false));
 }