Search for question
Question

Write a C++ program on repl.it to simulate the execution of the MIPS 5-stage pipeline processor with no

forwarding.

Inputs: MIPS assembly program from a text file using only the following MIPS instructions:

• add

• sub

• and

• addi

• Iw

• SW

• bne

• beq

• nop (no operation)