A set of functions in Assembly for 42Madrid cursus.
Read more at en.subject.pdf.
Functions
- read
- strcmp
- strcpy
- strdup
- strlen
- write
To run all:
make it
Function specific test:
make it:strlen
make it:strcpy
//...
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