This repository contains my work for the Computing Machinery Course.
To create an ARMv8 A64 language program that finds the maximum of a given function in the mentioned range. We were required to create two codes, one with macros and one without.
To create an ARMv8 A64 language program that multiplies two numbers.
To create an ARMv8 A64 language program that sorts an array using selection sort.
To study structures and subroutines by creating an RMv8 A64 language program that handles values for two cuboids.
To create an ARMv8 A64 language program that emulates the Reversed Polish form used in Hewlett-Packard calculators.
To create an ARMv8 A64 language program that computes the value of ln(x) using series expansion.