If you program with NASM, you will be interested to know that NASM 3.00 was just released:
Website: https://www.nasm.us/ Documentation: https://www.nasm.us/docs/3.00/ Download from: https://www.nasm.us/pub/nasm/releasebuilds/3.00/ I've also mirrored this release at Ibiblio: https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/devel/asm/nasm/3.00/ The full list of changes is in the release notes. Here are a few highlights: https://www.nasm.us/docs/3.00/nasmac.html Add new preprocessor functions: %b2hs(), %chr(), %depend(), %find(), %findi(), %hs2b(), %null(), %ord(), %pathsearch(), and %realpath() New preprocessor directive %note to insert a note in the list file New preprocessor directive %iffile and function %isfile() to test for the existence of a file New preprocessor directive %ifdirective to test for the existence of a preprocessor directive Many documentation improvements Note that using $ as a prefix for hexadecimal numbers has been deprecated, and will now issue a warning. _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
