Class Op_EXE

    • Field Detail

      • Display_Text_1

        private static final short[] Display_Text_1
        Test to Display on Program, Print and Debug.
      • Display_Text_2

        private static final short[] Display_Text_2
        Test to Display on Program, Print and Debug.
      • TAG

        private static final String TAG

        class logger tag.

      • logger

        private static final Logger logger

        class logger instance

    • Constructor Detail

      • Op_EXE

        Op_EXE​(Calculator Owner)
        Create operation and attach to owning calculator.
        Parameters:
        Owner - Calculator which will call this Opcode
    • Method Detail

      • Clear

        public void Clear​(boolean AC)
        Reset state - for state full operations.
        Parameters:
        AC - All Clear reset
        See Also:
        IClear.Clear(boolean)
      • Execute

        public void Execute​(short Opcode)
                     throws Op_Error
        Description copied from interface: IOperation

        Execute virtual CPU command or key stroke

        Parameters:
        Opcode - Virtual CPU Operation to be executed
        Throws:
        Op_Error
        See Also:
        IOperation.Execute(short)