Skip to content

D3Portillo/42_libasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A set of functions in Assembly for 42Madrid Cursus

Topics

Resources

Stars

Watchers

Forks