Problem with calculating the sum of elements of an n-th order matrix using assembly inline in C++
The problem is that I have a condition where an element should be added to the sum. If the sum of the indices of the element ( j+i>4 ), then add the element to the sum; otherwise, ignore it.