Question: Consider the following code, where Mand N are constants declared with #define and The assembly code generated for it on a 64-bit machine: copy: Arbp

Consider the following code, where Mand N are constants declared with #define and The assembly code generated for it on a 64-bit machine: copy: Arbp #define M #define N int array1 [M] [N]; int array2 IN] [M]; int copy (int i, int j) { arrayi[i][j] = array2 [3] [i]; } pusha mova movsla movsla leaq shla movi imula movi popa reta Srsp, Srbp Sesi, Srax Sedi, Srex (frax, frax, 8), Srdx $3, rdx (Srdx, frcx, 4), Sedx $84, Srcx, *rex Sedx, (Srcx, frax, 4) Srbp What are the values of M and N? M = N= Explain your answer to get points. Show all your work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
