Convert given code to LEGv8 code: int f, g, y //global 64-bit variables int sum (int a, int b) { // at memory address X0+1000. return (a +b) } int main (void) // at memory address X0 + 800 { f=2; g=3; y= sum (f, g); return y; } Convert this code, making valid assumptions about registers and register use. Note that brackets and global variable declarations are not affecting the addresses of the instructions in memory

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter2: Introduction To Systems Architecture
Section: Chapter Questions
Problem 2VE: A(n) __________ is a storage location implemented in the CPU.
icon
Related questions
Question

Convert given code to LEGv8 code:
int f, g, y //global 64-bit variables
int sum (int a, int b) { // at memory address X0+1000.
return (a +b)
}

int main (void) // at memory address X0 + 800
{
f=2;
g=3;
y= sum (f, g);
return y;
}
Convert this code, making valid assumptions about registers and register use. Note
that brackets and global variable declarations are not affecting the addresses of the instructions
in memory.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Fundamentals of Input and Output Performance
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning