Skip to content

A 32-bit MIPS simulator prototype built using Java. The minimal architecture simulator can perform MIPS instructions and can execute uploaded codes successfully.

Notifications You must be signed in to change notification settings

praveen1496/MIPS-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS-Simulator

##A 32-bit MIPS simulator prototype built using Java. The minimal architecture simulator can perform MIPS instructions and can execute uploaded codes successfully.

MIPS SIMULATOR The user interface for the simulator looks as follows: STEP 1: Type the instructions in the following format in the textfield and press “add instruction”. All the added instructions will appear in “Instructions” text area. MIPS SIMULATOR 1

STEP 2: Select the required register and memory. 2

STEP 3: Type the run cycle value and press “Run” button for the simulator execution. The run results with respect to Fetch, decode, execute, memory and write back cycles will be displayed in their respective fields of the simulator. MIPS SIMULATOR

3

For Step-wise: After adding all the instructions, press “Step” button as required. Each time you press, the result will appear in the respective fields of fetch, decode, execute, memory and write back cycles. For the two-line instruction entered in the simulator, the following will be the result while pressing the “Step” button. First step: 4

Second step: 5

Third step: 6

Fourth step: 7

Fifth step: 8

9

About

A 32-bit MIPS simulator prototype built using Java. The minimal architecture simulator can perform MIPS instructions and can execute uploaded codes successfully.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages