1. 76.
    0
    public static string[] getvalidcommands()
    {
    string[] duplicatecommandlist = new string[commands. length];
    for (int i = 0; i < duplicatecommandlist. length; i++)
    {
    duplicatecommandlist[i] = computer. commands[i];
    }

    return duplicatecommandlist;
    }


    public string[] getloadedinstructions()
    {
    return this. instructionlist.getloadedinstructions();
    }
    ···
   tümünü göster