Skip to content

giovanni-iannaccone/assembly-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

A collection of useful libraries for x86 assembly 🥵

%include the files in your assembly project and follow the comments to know how to use each function

File Contents
files.asm Functions to work on files
foor_loops.asm Implementations of the for loop
math.asm Mathematical functions
quit.asm Code to quit the program
sockets.asm Sockets functions
stdio.asm Functions for input and output
stdlib.asm Systems interactions, atoi and itoa
string.asm Functions for string manipulation

Contribute 🧩

We welcome contributions! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch ( using this convention).
  3. Make your changes and commit them with descriptive messages.
  4. Push your changes to your fork.
  5. Create a pull request to the main repository.

After spending hours and hours learning assembly, I realized that I actually like it