The repository contains several university projects that involve Assembly programming using the AT&T syntax.
Subproject focuses on implementing basic arithmetic operations on arbitrarily large numbers.
This assembly code demonstrates how to use the Floating-Point Unit (FPU) in assembly language.
This repository contains assembly language code for calculating the definite integral of a function using the rectangle method.
This code performs tests to compare the performance of SIMD (Single Instruction, Multiple Data) and SISD (Single Instruction, Single Data) operations. It measures the execution time of addition, subtraction, multiplication, and division operations on a set of random numbers.