An open API service indexing awesome lists of open source software.

https://github.com/centuriontheman/assemblyprojects

The repository contains various assembly AT&T projects.
https://github.com/centuriontheman/assemblyprojects

assembly assembly-language simd university university-project

Last synced: about 1 year ago
JSON representation

The repository contains various assembly AT&T projects.

Awesome Lists containing this project

README

          

# 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.