Skip to content

NickSmyr/MIPSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MIPSim

The MIPSMachine class is an implementation of the MIPS ISA in java current supported operations: everything except arithmetic instructions (fp , mult, div etc) loadlinked and store conditional

Created a testing suite based on Java reflection.

Input file format

The input code for the simulator must be a series of lines with each line containing 32 bits (one instruction) in binary format (0001111..101010)

About

MIPS interpreter and simulator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages