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 プログラムを実行しようとしていますが、コマンド ライン引数を入力する必要があります。私のコンピューターでこれを行うには問題があります。QTSpim をインストールし、クラスで行うように Mac 端末に「spim -f program.s arg1 arg2」と入力しようとしましたが、「-bash: spim: command not found」というエラーが表示されます。これを修正する方法がわかりません。
最初の引数は常にプログラムの名前です。したがって、最初の引数は実際には2番目の引数です。