MIPS:
- MIPS stand for Microprocessor without Interlocked Pipeline Stages.
- MIPS instructions have 32-bits general purpose registers.
- The register preceded by “$” in assembly language instruction and it contains two formats for addressing one is register number and another is equivalent names.
- The result of multiplication and division can be stored in the special registers “Lo” and “Hi”.
Example:
Consider an example of MIPS assembly code:
#add the variables and store in “a”
add a, b, c
Here the given instruction tell the computer to add the two variables “b” and “c” and store the result in the “a” variable.
Explanation of Solution
Given statement:
#subtract the values and store in “f”
f = h – 5
#add the variables and store in “f”
f = f + g
Explanation:
Subtract the variable “h” and the value “5” and the result is store it in “f” then the variables “g” and “f” are added and store it in the “f” variable.
Corresponding MIPS assembly code:
#add the constant value with the variable and store in #“f”
addi f, h, -5
#add the variables and store in “f”
add f, f, g
Explanation:
- Here, “addi” instruction is used to add constant values. The variable “h” is added to the “-5” value then store the result in “f” variable.
- The second statement tells the computer to add the two variables “f” and “g” and store the result in the “f” variable.
Want to see more full solutions like this?
Chapter 2 Solutions
Computer Organization and Design MIPS Edition, Fifth Edition: The Hardware/Software Interface (The Morgan Kaufmann Series in Computer Architecture and Design)
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY