Skip to content

A C program to replicate the inner workings of a MIPS computer including PC, I-MEM, ALU, read/write registers, read/write data, D-MEM.

Notifications You must be signed in to change notification settings

tonykslee/MIPS-Computer-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MIPS-Computer-Simulator

This program takes in a simple assembly code program, translates it to machine code, loads machine code into memory, then executes the machine code. A sample of some basic MIPS code named "1.asm" is used to test the MIPS machine simulator.

About

A C program to replicate the inner workings of a MIPS computer including PC, I-MEM, ALU, read/write registers, read/write data, D-MEM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published