Risc machine assembly

Assignment Help Software Engineering
Reference no: EM1378995

Consider the following loop:

S:= 0;
for K := 1 to 100 do
S : = S - K;

A straightforward translation of this into a generic assembly language would look something like this:

LD R1,0 ;KEEP VALUE OF S IN R1
LD R2,1 ;KEEP VALUE OF K IN R2
LP SUB R1,R1,R2 ;S := S - K
BEQ R2,100,EXIST ;DONE IF K = 100
ADD R2,R2,1 ;ELSE INCREMENT K
JMP LP ;BACK TO START OF LOOP

A compiler for a RISC machine will introduce delay slots into this code so that the processor can employ the delayed branch mechanism. The JMP instruction is easy to deal with, because this instruction is always followed by the SUB instruction; therefore we can simply place a copy of the SUB instruction in the delay slot after the JMP; The BEQ presents a difficulty. We can't leave the code as is, because the ADD instruction would then be executed one too many times. Therefore, a NOP instruction is needed. Show the resulting code.

 

Reference no: EM1378995

Questions Cloud

Determine the greatest magnitude negative number : Determine the greatest magnitude negative number one can represent in an 8-bit 2's complement code? Write your result in binary and decimal.
Linux commands : Project Linux commands. Please record all commands on a Microsoft Word Doc.
Approximate location of the laminar turbulent transition : Find the approximate location of the laminar turbulent transition - what is the net heat removed by the air around the rod?
Explain the action of the function : Explain the action of the function. Determine the function in the library that performs a similar calculation?
Risc machine assembly : A compiler for a RISC machine will introduce delay slots into this code so that processor can employ the delayed branch mechanism.
Key drawbacks of the numbered code : Think about the flashlight-messaging (ABC=123); Determine the key drawbacks of the Numbered Code?
Analysis of the real problems of an organisation : Prepare and hand in a project proposal including the nature of the project - The purpose of the Project is to apply the concepts and techniques of Lean Thinking to the analysis of the real problems of an organisation
Finding cause of the bug : The following LMC program is supposed to input two numbers, compare them, and output the higher of the two numbers.
Review of client business and perform audit risk analysis : Prepare a memo to the audit partner on the 'state of the company's industry' and associated risk factors -Understanding planning stage of the audit process-review of client business and perform audit risk analysis

Reviews

Write a Review

Software Engineering Questions & Answers

  Research report on software design

Write a Research Report on software design and answer diffrent type of questions related to design. Report contain diffrent basic questions related to software design.

  A case study in c to java conversion and extensibility

A Case Study in C to Java Conversion and Extensibility

  Create a structural model

Structural modeling is a different view of the same system that you analyzed from a functional perspective. This model shows how data is organized within the system.

  Write an report on a significant software security

Write an report on a significant software security

  Development of a small software system

Analysis, design and development of a small software system.

  Systems analysis and design requirements

Systems Analysis and Design requirements

  Create a complete limited entry decision table

Create a complete limited entry decision table

  Explain flow boundaries map

Explain flow boundaries map the dfd into a software architecture using transform mapping.

  Frame diagrams

Prepare a frame diagram for the software systems.

  Identified systems and elements of the sap system

Identify computing devices, which could be used to support Your Improved Process

  Design a wireframe prototype

Design a wireframe prototype to meet the needs of the personas and requirements.

  Explain the characteristics of visual studio 2005

Explain the characteristics of Visual Studio 2005.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd