Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jotavare/libft-x86-assembly
Converting my libft to x86 assembly using nasm to optimize performance and delve into low-level programming.
https://github.com/jotavare/libft-x86-assembly
assembly binary computer-architecture low-level-programming nasm optimization x86
Last synced: about 1 month ago
JSON representation
Converting my libft to x86 assembly using nasm to optimize performance and delve into low-level programming.
- Host: GitHub
- URL: https://github.com/jotavare/libft-x86-assembly
- Owner: jotavare
- License: mit
- Created: 2024-05-06T01:50:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T23:59:46.000Z (8 months ago)
- Last Synced: 2024-11-08T23:33:32.457Z (3 months ago)
- Topics: assembly, binary, computer-architecture, low-level-programming, nasm, optimization, x86
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ABOUT
This project aims to convert the `C` functions from my [Libft](https://github.com/jotavare/libft) library to `x86 Assembly`. The goal is to understand `Assembly` better and assess the efficiency of these functions compared to their `C` counterparts.
To access the repository and the documentation where I learned to code in `x86 Assembly` with NASM, click [here](https://github.com/jotavare/x86-assembly-nasm).
## CONTRIBUTING
If you find any issues or have suggestions for improvements, feel free to fork the repository and open an issue or submit a pull request.
## LICENSE
This project is available under the MIT License. For further details, please refer to the [LICENSE](https://github.com/jotavare/libft-x86-assembly/blob/main/LICENSE) file.