'how to write an ARM assembly program in Keil to check whether an N N matrix is a magic square? [closed]

how to write an ARM assembly program in Keil to check whether an N   N matrix is a magic square? Defining the matrix Generalizing Rows and Columns using variables Calculating number of elements from row and column variables Correct calculation for sum of rows and columns Correct calculation for sum of diagonal Final checking and setting R9



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source