0% found this document useful (0 votes)
30 views5 pages

Install Mars Ide

To install MARS, the MIPS Assembler and Runtime Simulator, a user must: 1) visit a provided web page to download MARS; 2) click "Download" and "Save" to save the program; 3) open the saved program by double clicking, then create and save a sample code file. The user can then run the code step-by-step while observing changes to registers with each instruction.

Uploaded by

Imad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views5 pages

Install Mars Ide

To install MARS, the MIPS Assembler and Runtime Simulator, a user must: 1) visit a provided web page to download MARS; 2) click "Download" and "Save" to save the program; 3) open the saved program by double clicking, then create and save a sample code file. The user can then run the code step-by-step while observing changes to registers with each instruction.

Uploaded by

Imad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

To install MARS (MIPS Assembler and Runtime Simulator), do the following steps:

1. Visit the following web page

http://courses.missouristate.edu/kenvollmar/mars/

Note: Mars assembly language needs Java to be installed

2. Click “Download”

1
3. Click “Download Mars”

4. Click “Save”

5. “Open” the program by double click

Note: you can copy the save program and paste it in Desktop

2
6. Click “File” >> “New”

7. Write the following code and save it as “example1.asm”

Code Save “example1.asm”

8. Click on the following button

3
9. The following interface describes “Code” , “Registers” and “Memory”

Code

Memory
Registers

10. Run the code one step at a time

Execution pas à pas

4
11. Keep noticing what is changing on registers after executing each
instruction

You might also like