Class Op_SAVE

    • 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_SAVE

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

      • Display

        public short @NotNull [] Display​(short Opcode)
        Display Operation in Wrt mode.
        Parameters:
        Opcode - Virtual CPU Operation to be executed
        Returns:
        String to be displayed
        See Also:
        IProgrammable_Operation.Display(short)
      • Execute_Run

        private void Execute_Run()
                          throws Error
        Throws:
        Error
      • Execute_Shift_IO

        private void Execute_Shift_IO​(String Java_File_Name)
                               throws Op_Error

        execute shift EXE in IO mode

        Parameters:
        Java_File_Name - file name
        Throws:
        Op_Error - something went wrong
      • Execute_Shift_Run

        private void Execute_Shift_Run​(String Java_File_Name)
                                throws Error
        Throws:
        Error
      • Save_Display

        private void Save_Display()
                           throws Op_Error
        Writes displayed register to simulated cassette interface.
        Throws:
        Op_Error - some error in the calculator.