Exemple #1
0
        /// <summary>
        /// The IM 2 instruction.
        /// </summary>
        private byte IM_2()
        {
            FetchFinished();

            ProcessorAgent.SetInterruptMode(2);

            return(8);
        }