Libft ASM

Basic functions implemented in Assembly using the x86 Intel syntax.

About

Year2019
Context42 Paris School

An introduction to x86-64 Assembly language. The goal is to rewrite standard C library functions (`strlen`, `strcpy`, `strcmp`, `write`, `read`, `strdup`) directly in assembly. This project provides a low-level understanding of how the CPU executes instructions, manages the stack, and handles system calls.

Components

Libft ASM | Jean-Baptiste Terrazzoni