x86 ASSEMBLY NASM

Having previously learned C and C++, I’ve always been intrigued by Assembly.

This serves as my personal documentation progress for x86 Assembly, based on these references. You can check all the produced files here.

Another project I want to do after learning the basics of Assembly is to redo my Libft1 and convert all functions from C to x86 Assembly, or at least try to. My progress will be available here.

If you have any corrections or suggestions to enhance this README file, feel free to submit a pull request or reach out to me directly. I appreciate all contributions and will carefully consider them for potential inclusion in the repository.

  1. Libft is a library of basic functions written in C, commonly used in projects at 42 and other programming environments. 


Table of contents