Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 738 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 738 Bytes

libasm

A set of functions in Assembly for 42Madrid cursus.

Subject

Read more at en.subject.pdf.

Implementation

Functions

  • read
  • strcmp
  • strcpy
  • strdup
  • strlen
  • write

To run all:

make it

Function specific test:

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