Пример #1
0
            public CachedCode(int nextPC, ZCodeDelegate code)
            {
                this.NextPC = nextPC;
                this.Code   = code;
#if BENCHMARK
                this.Cycles = 0;
#endif
            }
Пример #2
0
            public CachedCode(int nextPC, ZCodeDelegate code)
            {
                this.NextPC = nextPC;
                this.Code = code;
#if BENCHMARK
                this.Cycles = 0;
#endif
            }