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.
- Host: GitHub
- URL: https://github.com/centuriontheman/assemblyprojects
- Owner: CenturionTheMan
- Created: 2023-05-20T17:10:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T08:14:41.000Z (about 3 years ago)
- Last Synced: 2025-02-05T22:52:49.752Z (over 1 year ago)
- Topics: assembly, assembly-language, simd, university, university-project
- Language: Assembly
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.