Basic programs in ARM7TDMI-ISA are been included in this repo
The ARM7TDMI-S processor core implements ARM architecture v4T, which includes the 32-bit ARM instruction set and the 16-bit Thumb instruction set https://cpulator.01xz.net/?sys=arm 1. What is norm of a matrix: https://learn.lboro.ac.uk/archive/olmp/olmp_resources/pages/workbooks_1_50_jan2008/Workbook30/30_4_mtrx_norms.pdf2. How to find absolute value of register:
https://stackoverflow.com/questions/16499475/arm-assembly-absolute-value-function-are-two-or-three-lines-faster
- The programs which are using HWord and Byte may not work as expected in the online compiler, try using offline version.