3.66 Multiple Dimension Array III
★
Consider the following source code, where NR
and NC
are macro expressions declared with #define
that compute the dimensions of array A
in terms of parameter n. This code computes the sum of the elements of column j of the array.
In compiling this program, GCC generates the following assembly code:
Use your reverse engineering skills to determine the definitions of NR
and NC
.
Last updated