Example #1
3
        public void DNJZTest()
        {
            PrivateObject param0 = new PrivateObject(new Z80(new Memory48K()));
            Z80_Accessor target = new Z80_Accessor(param0);

            target.DJNZ();
            /// Hard to fully test this instruction in isolation
            ///
        }