Class Op_LOAD

  • All Implemented Interfaces:
    net.sourceforge.uiq3.calculator.IClear, net.sourceforge.uiq3.calculator.IOperation, net.sourceforge.uiq3.calculator.IOwned_Operation, net.sourceforge.uiq3.calculator.IProgrammable_Operation

    final class Op_LOAD
    extends Op_Interface
    Halt Calculator
    Author:
    "Martin Krischik" «krischik@users.sourceforge.net»
    • Field Detail

      • Display_Text

        private static final short @NotNull [] 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.

      • Size_Of_Display_File

        public static final int Size_Of_Display_File

        save memory and save display use the the same file type and need to be distinguished by size.

        The original calculator might have had a flag in the header but I could not find any information on that.

        See Also:
        Constant Field Values
    • Constructor Detail

      • Op_LOAD

        Op_LOAD​(@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)
                                  throws Op_Error
        Display Operation in Wrt mode.
        Throws:
        Op_Error
        See Also:
        IProgrammable_Operation.Display(short)
      • Execute

        public void Execute​(short Opcode)
                     throws net.sourceforge.uiq3.calculator.Error
        Specified by:
        Execute in interface net.sourceforge.uiq3.calculator.IOperation
        Overrides:
        Execute in class Op_Interface
        Throws:
        Error - general calculator error
        net.sourceforge.uiq3.calculator.Error
        See Also:
        IOperation.Execute(short)