tcoppin / libASM

Personnal Library in ASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[42] LibASM

A small library made in Assembler.

The "main" can test the library.

To use it write :

  • For all tests : make test

  • For Part 1 : make part1

    • ft_bzero
    • ft_strcat
    • ft_isalpha
    • ft_isdigit
    • ft_isalnum
    • ft_isascii
    • ft_isprint
    • ft_tolower
    • ft_toupper
  • For Part 2 : make part2

    • ft_strlen
    • ft_memset
    • ft_memcpy
    • ft_strdup
  • For Part 3 : make part3

    • ft_cat
  • For Bonus : make bonus

    • ft_islower
    • ft_isupper

Copyright / Licence

This project is a project of @42born2Code. I leave the code available to everyone, for practical and professional reasons. Students of 42, you can look my code and copy it but you know it's not in the pedagogy of the school and I consider it as cheating and the staff too.

About

Personnal Library in ASM


Languages

Language:Assembly 49.3%Language:C 44.9%Language:Makefile 5.9%