Suppose tlnat we walit to Call has the following C prototype: void compute (long x, long y, long nl, long n2, long n3, long n4, char* name, long k, long m, long y, long d); The moment we call the procedure, the return address gets pushed onto the stack at address Ox2460. Assuming that the procedure call uses the standard calling conventions which we have discussed in class, indicate where each of the following arguments are stored. • If the argument is stored in a register, then give the name of the register. For example, %rax. • If the argument is stored in memory, then glve the absolute memory address where It is stored, In hex. For example, Ox4000. Argument y is stored in Argument n1 is stored in Argument n4 is stored in

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Need help with CS question 

### C Procedure Call and Argument Storage

**C Prototype:**
```c
void compute(long x, long y, long n1, long n2, long n3, long n4, char* name, long k, long m, long y, long d);
```

**Procedure Call Information:**

When the procedure is called, the return address is pushed onto the stack at address `0x2460`. Assuming the procedure call uses standard calling conventions discussed in class, determine where each of the following arguments is stored:

- **Register Storage:** If the argument is stored in a register, provide the name of the register (e.g., `%rax`).
  
- **Memory Storage:** If the argument is stored in memory, give the absolute memory address in hex (e.g., `0x4000`).

**Arguments:**

- **Argument `y` is stored in:** [Text Box]
- **Argument `n1` is stored in:** [Text Box]
- **Argument `n4` is stored in:** [Text Box]
- **Argument `k` is stored in:** [Text Box]
- **Argument `d` is stored in:** [Text Box]
Transcribed Image Text:### C Procedure Call and Argument Storage **C Prototype:** ```c void compute(long x, long y, long n1, long n2, long n3, long n4, char* name, long k, long m, long y, long d); ``` **Procedure Call Information:** When the procedure is called, the return address is pushed onto the stack at address `0x2460`. Assuming the procedure call uses standard calling conventions discussed in class, determine where each of the following arguments is stored: - **Register Storage:** If the argument is stored in a register, provide the name of the register (e.g., `%rax`). - **Memory Storage:** If the argument is stored in memory, give the absolute memory address in hex (e.g., `0x4000`). **Arguments:** - **Argument `y` is stored in:** [Text Box] - **Argument `n1` is stored in:** [Text Box] - **Argument `n4` is stored in:** [Text Box] - **Argument `k` is stored in:** [Text Box] - **Argument `d` is stored in:** [Text Box]
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education