| Part a. | What memory location contains the
statement 'jsr b'? |
| Part b. | What is argc? |
| Part c. | In the procedure main(), what is
& i? |
| Part d. | In the procedure a(), suppose the
first parameter is named p1. What is
& p1? |
| Part e. | What is the value of memory location 0xfff475? |
| Part f. | What will the frame pointer be while procedure
a() is running? |
| Part g. | When procedure a() returns, what is the
value of register r1? |
| Part h. | There has been a programming mistake involving
procedure b(). What is it? |