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 アセンブリ言語で C++ プロジェクトを変換しています。C ++では、次のように配列を初期化できます
int array[5]={1,2,3,4,5};
MIPS アセンブリ言語で文字の配列を初期化するにはどうすればよいですか?