LinuxAsmTools - Libraries



The AsmTool libraries are unique and grow as needed.  Generally functions are added but not removed.  This allows older programs to continue working.  Another feature of these libraries is limited error handling or register saving.  This shrinks library size and provides a small speed advantage.  Most of the code on this web site was created with AsmLib and AsmLibx.

AsmLib - A Linux library used to develop all programs, documentation, and even this web site.  It supports the terminal and text displays.  The library has a few low level functions, and many high level functions.  It covers most of the Linux arena and provides about 500 functions.

AsmLibx - The "x" library works with X-window server to create text displays and handle mouse/keyboard entries.  It was used to create asmbug and includes the following demo programs: color chooser, font display, multi_window demo, simple_window demo and others.  With AsmLibx it is possible to create small x window program that are useful and fast. 


Fork me on GitHub