Class Op_Plane

    • Field Detail

      • Display_Text

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

        private static final Logger Logger

        class logger instance

      • TAG

        private static final String TAG

        class logger tag.

    • Constructor Detail

      • Op_Plane

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

      • Activate_Plane

        private void Activate_Plane​(short Opcode)
                             throws Op_Error

        activate the token plane indicated by the op code

        Parameters:
        Opcode - an plane switch op code
        Throws:
        Op_Error - some error
      • 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)