コード例 #1
0
        public override void Execute(ILOpCode instr, MethodBase aMethod)
        {
            switch (ILCompiler.CPUArchitecture)
            {
            case CPUArch.x86:
                Stind_I.Stind_All(4);
                break;

            default:
                throw new Exception("[Stind_Ref]: Not Implemented");
            }
        }
コード例 #2
0
ファイル: Stind_R4.cs プロジェクト: fossabot/AtomOS-1
 public override void Execute(ILOpCode instr, MethodBase aMethod)
 {
     Stind_I.Stind_All(4);
 }