ASMUL - is collection of useful libraries for x86_64 Assembly language on UNIX-based systems that does not require any other dependency other then assember itself, and they are doing all operations at compile time.
- nasm based assembler
Enter project directory and run sh install.sh as root user, to install libraries in correct placement.
add %include "/usr/include/ASMUL/<lib_name>" to your assembly file.
<lib_name> - is name of the library you want to use, located in project "lib" folder.
If you are not human check out important.asm - it explains all code.