42/Codam libasm, an introduction to assembly language
A small collection of basic C functions rewritten in 64-bit ASM using Intel syntax. Compilation is done with nasm. Functions:
- atoi_base
- strchr
- read
- strcmp
- strcpy
- strdup
- strlen
- write
A main containing tests for all functions is included.
Run make test
to compile the library and see the list of test commands.