Question

How many memory operations are required to perform an add operation on a 3-address architecture if...

How many memory operations are required to perform an add operation on a 3-address architecture if each operand specifies an indirect memory reference?  

Homework Answers

Answer #1

Since the operand is indirect memory reference, accessing each operand will require 2 memory operations .

One memory operation to get the address of memory location where the data is stored and second memory operation to get data from memory location. So total of 4 memory operations to get the 2 operand for ADD operation.

And one more memory operation is required to perform ADD operation.

So total # of memory operation required is 5.

If you have any questions comment down. Please don't simply downvote and leave. If you are satisfied with answer, please? upvote thanks

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
How many bits are required to address the program memory of PIC16F887? What is PCLATH? For...
How many bits are required to address the program memory of PIC16F887? What is PCLATH? For PC absolute addressing, describe how to write assembly program to jump to code located in a different program memory page.
PLEASE with detailed explanation For a 1024 (1K) x 8 RAM memory - How many address...
PLEASE with detailed explanation For a 1024 (1K) x 8 RAM memory - How many address lines are required to access all 1K locations?               - List the hexadecimal address range for the whole memory               - List the size of each word stored in this memory For a 256K x 32 ROM memory - How many address lines are required to access all 256K locations?               - List the hexadecimal address range for the whole memory               - List...
1a) A memory unit has 28-bit address lines and 64-bit input/output data lines. How many bytes...
1a) A memory unit has 28-bit address lines and 64-bit input/output data lines. How many bytes of data can this memory hold? How many words does it contain, and how large is each word? b) A memory unit consists of 32M words of 16-bit each. How many bits wide address lines and input-output data lines are needed to access this memory? c) A memory unit consists of 512K bytes of data. How many bits wide address lines are needed to...
SRAM with 4k words of 32 bits each. How many address bits are needed to address...
SRAM with 4k words of 32 bits each. How many address bits are needed to address these words? 1. Assuming that the central memory array has the same number of rows as it has columns, how many rows are there? 2.How many of address bits are used by the row decoder 3.How many words are stored in each row 4. How many are used by column decoder
1. The memory units that follow are specified by the number of words times the number...
1. The memory units that follow are specified by the number of words times the number of bits per word. How many address lines and input/output data lines are needed in each case? (a) 8K X 16 (b) 2G X 8 (c) 16M X 32 (d) 256K X 64 2. Give the number of bytes stored in each memory unit in question 1. 3. Word number 563 decimal in the memory shown in Fig. 7.3 (see Mano-Ch7.pdf) contains the binary...
When you perform the following operations, how many significant figures should your answer have? (1.2 x...
When you perform the following operations, how many significant figures should your answer have? (1.2 x 10-2 g) + (2.41 x 10-3g) =
Question 1) For a given CPU, the cycle latency for the a set of operations are...
Question 1) For a given CPU, the cycle latency for the a set of operations are given as follows: -Addition: 4 -Subtraction: 8 -Multiplication: 64 -Division: 128 If the CPU clock of this CPU runs at 2048 MHz, find the following a) How many operations of each of the list above can this CPU perform in 5 minutes. b) If we have 1024M of each operation in the list, compute the required time in seconds to execute all operations. Please...
How many moles of 3H2SO4 + 2Fe -->Fe2(SO4)3 + 3H2; are required to produce 5 moles...
How many moles of 3H2SO4 + 2Fe -->Fe2(SO4)3 + 3H2; are required to produce 5 moles 0f Fe2(SO4)3
Problem 3 Given a BST with N nodes, how many tree shapes are there with height...
Problem 3 Given a BST with N nodes, how many tree shapes are there with height N-1? Explain your reasoning. Problem 4 Given a BST with N nodes, how many tree shapes are there with height N-2? Explain your reasoning . Problem 5 Consider an empty 2-3 tree. Draw the tree after each of the following operations is executed: insert 0, insert 9, insert 2, insert 6, insert 7, insert 3, insert 8, delete 2, delete 6
If you were to roll 3 die, how many even numbers should you expect to show...
If you were to roll 3 die, how many even numbers should you expect to show up? Perform this experiment 16 times where you roll 3 die and record the number of evens that show up in each trial. Then answer the following questions: 1) How does this game satisfy a binomial distribution? 2) Determine the probability of each outcome based on the results of your experiment and then determine what the actual probability should be using the binomial probability...