Here is my ARM Assembly school work.
Description: Give a register which stores a value, and asks to operate it.
-->With Masking
-->With Logical Shift
Description: Ask to calculate the GCD.
-->Stopping when any is 1 while deriving GCD
-->Normal Operation
Description: 2x3 and 3x2 matrices multiplication and add a 2x2 matrix operation.
-->Without using MLA
-->With MLA
-->With MLA+Looping Branch
Description: Write a function for sorting and using branch to other function.
Description: Write a C code to call the NumSort in numsort.s with using APCS.
Description: With HW7 we need to write an assembly code to output the file.