MIPS汇编代写: CO101 Principle of Computer Organization

Finish these two assignments and submit your code

  • 1. Write an assembly program that outputs all the digits in your student ID (e.g. sid 1409853aii101234 should output 1409853101234).
  • 2. Write an assembly program that outputs the odd digits in your student ID (e.g. sid 1409853aii101234 should output 1953113). The SID is required to be declared as an array of word in the data segment.