ECE243 Practice Question Website


Main Assembly Programming Input/Output Memory Computer Architecture Advanced Topics

Computer Architecture Questions





Question 2

Consider the architecture as shown and the following instruction:

link a6, #-8
Bus Architecture
In the instruction, what does the “#-8” allocate space for (i.e., “#0” would not allocate any space for this)?

Answer

Local variables.