The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => Miscellaneous Projects => Topic started by: vid on December 06, 2007, 08:15:03 PM

Title: FASMLIB 0.8.0 is out
Post by: vid on December 06, 2007, 08:15:03 PM
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).