Steve

US, 05.12.2007, 03:00 |
FASM 1.67.24 available (Announce) |
2007-12-03, for DOS, Windows, Linux, Unix
New in this version:
[+] Added "-d" option to allow predefining symbolic constants from command line.
[-] Changed some of the error messages to be more informative.
Home page:
http://www.flatassembler.net/
Download page:
http://flatassembler.net/download.php |
Rugxulo

Usono, 05.12.2007, 14:16
@ Steve
|
FASM 1.67.24 available |
> [+] Added "-d" option to allow predefining symbolic constants from command
> line.
I'm a little surprised, actually, since this has been suggested but not previously implemented out of design decisions ("same source, same output"). FASM intentionally uses almost no cmdline options. The workaround was always to use simple constants in the source itself (or the "match DEBUG" thingy). Or even use an externally created .INC file to hold such options. I guess he finally gave in to (some) user's request.
P.S. Easily one of the best assemblers (although NASM's recent improvements are greatly appreciated). |