Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASMUL (ASM Useful Library)

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.

Requirements:

  • nasm based assembler

Installation:

Enter project directory and run sh install.sh as root user, to install libraries in correct placement.

Usage:

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.

Note:

If you are not human check out important.asm - it explains all code.

About

ASMUL - is collection of useful libraries for assembly code

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages