A good answer might be:

You could use the Run command from the Start menu, or type pcSpim in a DOS window if pcSpim.exe is in the current directory.

Opening Window

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

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

  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 waiting to become part of an executing 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?