%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 |
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch ( using this convention).
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Create a pull request to the main repository.
After spending hours and hours learning assembly, I realized that I actually like it