https://github.com/d3portillo/42_libasm
A set of functions in Assembly for 42Madrid Cursus
https://github.com/d3portillo/42_libasm
42projects assembly
Last synced: 6 months ago
JSON representation
A set of functions in Assembly for 42Madrid Cursus
- Host: GitHub
- URL: https://github.com/d3portillo/42_libasm
- Owner: D3Portillo
- Created: 2022-09-23T21:57:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T11:51:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T18:55:58.422Z (6 months ago)
- Topics: 42projects, assembly
- Language: C
- Homepage:
- Size: 4.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libasm
A set of functions in Assembly for 42Madrid cursus.
## Subject
Read more at [en.subject.pdf](https://github.com/D3Portillo/libasm/blob/master/en.subject.pdf).
## Implementation
Functions
- read
- strcmp
- strcpy
- strdup
- strlen
- writeTo run all:
```sh
make it
```Function specific test:
```sh
make it:strlen
make it:strcpy
//...
```### External testers
I'm using https://github.com/cacharle/libasm_test.
Replace `LIBASM_PATH = ../libasm` to `LIBASM_PATH = ../````
git clone https://github.com/cacharle/libasm_test tester && \
make -C tester
```**Tripouille:**
https://github.774.gs/Tripouille/libasmTester 😘.
```
git clone https://github.774.gs/Tripouille/libasmTester tester2 && \
make -C tester2
```