Question: Problem 1: (a) Write down Instruction(s) to load Register x5 with content of Array data structure 'A[6]' stored in memory? Assume base address in memory

Problem 1: (a) Write down Instruction(s) to load Register x5 with content of Array data structure 'A[6]' stored in memory? Assume base address in memory of Array data structure 'A' (or address in memory of 'A[O]') is stored in Register x9 (b) Instruction(s) to add 2 operands: one in x5 - a register, the other in in Register x6. Assume result of operation to be stored in register x7 (c) Instruction(s) to subtract one operand from another: one specified in the 12 bit immediate field of the instruction, the other in memory location 'A[240]' Assume base address in memory of Array data structure 'A' (or address in memory of 'A[O]') is stored in Register x28 (d) Instruction(s) to copy contents at one memory location to another: C[9] = A[i+j- 3). Assume i, j,g values are in registers x5, x6, x7. Assume base address in memory of Array data structures 'A, B' (or address in memory of 'A[O]' and 'B[O]') are stored in Registers x28, X29 Problem 1: (a) Write down Instruction(s) to load Register x5 with content of Array data structure 'A[6]' stored in memory? Assume base address in memory of Array data structure 'A' (or address in memory of 'A[O]') is stored in Register x9 (b) Instruction(s) to add 2 operands: one in x5 - a register, the other in in Register x6. Assume result of operation to be stored in register x7 (c) Instruction(s) to subtract one operand from another: one specified in the 12 bit immediate field of the instruction, the other in memory location 'A[240]' Assume base address in memory of Array data structure 'A' (or address in memory of 'A[O]') is stored in Register x28 (d) Instruction(s) to copy contents at one memory location to another: C[9] = A[i+j- 3). Assume i, j,g values are in registers x5, x6, x7. Assume base address in memory of Array data structures 'A, B' (or address in memory of 'A[O]' and 'B[O]') are stored in Registers x28, X29
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
