gitbritt / Mips_Assembly_Processor_web_App

Home work checker for Single-Cycled-Processor

Home Page:https://www.southern.edu/computing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mips Assembly Web APP

This is an ASP.NET web app that checks students homework for a single cycled MIPS processor.

alt text

Tips for setting up

The list of instructions is in a CSV file under Register_file/instructions.csv. This is where you can modify the typs of instructions being generated.

To specify how many rows you want the program to read in the CSV file, find int operation_row_file = operation.Next(2, 27); and change it to int operation_row_file = operation.Next(2, #of rows to read);

About

Home work checker for Single-Cycled-Processor

https://www.southern.edu/computing/


Languages

Language:ASP 70.9%Language:C# 29.0%Language:Assembly 0.1%