Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 813 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 813 Bytes

AssemblyProjects

The repository contains several university projects that involve Assembly programming using the AT&T syntax.

Table of contents

Arithmetic Operations

Subproject focuses on implementing basic arithmetic operations on arbitrarily large numbers.

FPU

This assembly code demonstrates how to use the Floating-Point Unit (FPU) in assembly language.

Integral

This repository contains assembly language code for calculating the definite integral of a function using the rectangle method.

SIMD vs SISD

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.