https://github.com/victorharri-chal/asm-c-lib
💻 A project in assembly whose goal was to make us recode commons functions from the C library (in ASM). Done on my 2nd year at Epitech
https://github.com/victorharri-chal/asm-c-lib
assembly c-shared-library epitech second-year-project
Last synced: 3 months ago
JSON representation
💻 A project in assembly whose goal was to make us recode commons functions from the C library (in ASM). Done on my 2nd year at Epitech
- Host: GitHub
- URL: https://github.com/victorharri-chal/asm-c-lib
- Owner: VictorHarri-Chal
- License: mit
- Created: 2022-07-07T14:07:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T14:16:58.000Z (over 3 years ago)
- Last Synced: 2025-07-04T02:44:05.008Z (4 months ago)
- Topics: assembly, c-shared-library, epitech, second-year-project
- Language: Assembly
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASM-C-lib
The purpose of this project was to make us discover assembly. The goal was to recode some of the commons functions from the C library and compile all of them into a dynamic shared library which can be used by anyone.
# Usage
``` zsh
make
```
- This project can't be directly tested ! But you can use the ASM functions in other projects.