Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行 MIPS 程序,我需要输入命令行参数。我在计算机上执行此操作时遇到问题。我已经安装了 QTSipm 并尝试像我们在课堂上一样在 mac 终端中输入“spim -f program.s arg1 arg2”,但我收到错误“-bash: spim: command not found”。我不知道如何解决这个问题。
第一个参数始终是程序的名称。所以你的第一个论点实际上是第二个论点。