Skip to content

VaughanEric/MIPS_Machine_Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MIPS_Machine_Lab

This lab simulates a basic MIPS processor.

Initial instructions

  1. Download the mips processor file and the example instructions files.
  2. Run the mips processor program.

User Interface

Commands Function
regs Dump all registers in hexadecimal
reg Dump the given register in both hexadecimal and decimal
next Run the next instruction and stop
run Run the file until there are no more instructions left to run
load Load a new binary program given by
quit Quit the program

Registers Format

alt text The program counter (PC), which points to the next instruction to be called, is also included at the bottom.

About

This lab simulates a basic MIPS processor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages