Translation of this into a generic assembly language

Assignment Help Computer Engineering
Reference no: EM1329079

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: EM1329079

Questions Cloud

Explain how does e-business affect a company''s strategy : Explain How does e-business affect a company's strategy and what must a company do to transform its strategy when it decides to transform into an e-Business
Explain the action of the function : Describer the action of the function. What is the function in the library that performs a similar calculation.
Psychodynamic approaches leadership theory : In what ways could it be said that with psychodynamic approaches leadership theory has come full circle to trait, skill, and style theory?
Question about strategic supply chain management : Question about Strategic Supply Chain Management - Show the competing and conflicting objectives of these parties.
Translation of this into a generic assembly language : A compiler for a RISC machine would introduce delay slots into this code so that the processor can employ the delayed branch mechanism.
Describe the change : Identify a company that has recently undergone a significant organizational change. Describe the change.
Explain privacy and security and international issues : Explain Privacy and Security and International Issues on the AT and T
Use of information technology : Use of information technology - Describe how the use of information technology can make things worse if it is applied to a poorly thought out process.
Information regarding constitutional interpretation : What differing approaches to constitutional interpretation do you find in the opinions of Justices Kennedy and Scalia in Roper v. Simmons (2005)?

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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