Answered step by step
Verified Expert Solution
Question
1 Approved Answer
MIPS Architecture Design - Instruction Set The purpose of this lab is to study MIPS architecture and simulate MIPS computer structure in C program. MIPS
MIPS Architecture Design Instruction Set
The purpose of this lab is to study MIPS architecture and simulate MIPS computer structure in C program. MIPS Microprocessor without Interlocked Pipeline Stages architecture is a widely used bit RISC CPU architecture originally developed by MIPS Technologies, Inc. in the s
MIPS CPUs support only three different instruction types: I type, R type and I type, which makes this instruction set relatively easier to implement and simulate. There are general and floating point registers in MIPS architecture. In this lab, you will need to finish the function required by the simulator to simulate the MIPS program loading and compiling process.
Procedures
Download the lab named labzip package from the blackboard.
Now create a project under C development environment, such as Code:Blocks, Netbeans or Eclipse.
Please try to avoid using Munro as the limited debug interface.
Hint: Starting from this week, the code will be more ald more complicated. As a result, you should
consider having a consistent development environment and backup your code more frequently because these labs will need the code you developed in lab and
The lab package includes the following files:
a parser.c This file has the functions to load the assembly code from the file sysytem and
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started