Class Programmable_Operation

    • Constructor Detail

      • Programmable_Operation

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

      • Token

        @NotNull
        public @NotNull String Token​(short Opcode)
                              throws Error

        string representation suitable for use with serial I/O.

        Specified by:
        Token in interface IProgrammable_Operation
        Parameters:
        Opcode - Virtual CPU Operation to be executed
        Returns:
        pure ASCII String
        Throws:
        Error