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

(Thought Question) Do most actual computers start up as a Bare machine?

Answer:

No.


Loading the Source File

File Open Menu File Open Selection

Modern computers boot up to a user-friendly state. Usually there is firmware (permanent machine code in EEPROM) in a special section of the address space. This starts running on power-up and loads an operating system. SPIM can simulate some basic firmware, but we have turned off that option.

Load the program into the SPIM simulator by clicking File then Reinitialize and Load File. Click on the name (addup.asm) of your source file. You may have to navigate through your directories using the file dialog box.

If there are mistakes in addup.asm, SPIM's message display panel shows the error messages. Use your editor to correct the mistakes, save the file then re-open the file in SPIM.


QUESTION 7:

Can the text editor and SPIM both be open at the same time?


go to previous page   go to home page   go to next page