go to previous page   go to home page   go to next page hear noise

Answer:

Use File Explorer to find the directory that contains QtSpim.exe. This is likely to be C:\Program Files (x86)\QtSpim. Click on QtSpim.exe.


Opening Window

spim screen

On windows machines, the opening screen is as below. The screen is divided into four parts:

  1. Register Display: This shows the contents (bit patterns in hex) of all 32 general purpose registers, the floating point registers, and a few others.

  2. Text Display: This shows the assembly language program source, the machine instructions (bit patterns in hex) they correspond to, and the addresses of their memory locations.

  3. Data and Stack Display: This shows the sections of MIPS memory that hold ordinary data and data which has been pushed onto a stack.

  4. SPIM Messages: This shows messages from the simulator (often error messages).

Text is the name for machine language bit patterns intended for eventual execution. The word "program" is often ambiguous, so "text" is used. "Text" is a machine language program that may be executed by a process.

Character output from the simulated computer is in the SPIM console window, shown as an icon in the picture.


QUESTION 3:

Is there a difference between messages from the simulator and messages from the simulated computer?