Skip to content

proyectosingenieriauninorte/MIPSVisualSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS Visual Simulator

A javascript based MIPS simulator that can simulate the MIPS assembly code. It can simulate the following MIPS instructions:

  1. Arithmetic Instructions (R-Type and I-Type)

Test instructions

addi t0 t0 0x0001
addi t1 t1 0x0002
addi t2 t2 0x0003
addi t3 t3 0x0004
addi t4 t4 0x0005
add t0 t0 t0
add t1 t0 t0
add t2 t1 t1
add t3 t2 t2
add t4 t3 t3