Interface IProgrammable_Operation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static short[] No_Display
      Nothing to display (we are not using null for that)
    • Field Detail

      • No_Display

        static final short[] No_Display

        Nothing to display (we are not using null for that)

    • Method Detail

      • Token

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

        string representation suitable for use with serial I/O

        Parameters:
        Opcode - Virtual CPU Operation to be executed
        Returns:
        pure ASCII String
        Throws:
        Error