Class Op_LOAD

    • 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