FASMLIB is general purpose library for x86 32bit assembly programmers. It is portable across Win32 and Linux (yet). Usage in MASM is supported either via static library, or DLL. examples of usage in MASM are in archive.
What's new:
- qword conversions, some signed conversions
- HTML documentation
- fixes in code and docs
Official Website (http://fasmlib.x86asm.net)
download FASMLIB 0.8.0 (http://fasmlib.x86asm.net/fasmlib-0.8.0.zip)
Now I plan to begin work on command line arguments, and on floating point conversions (half done).