Fasm v1.64
Posted: Mon Aug 08, 2005 3:27 pm
Hi all,
Fasm 1.64 is out, since yesterday.
http://flatassembler.net
version 1.64 (Aug 8, 2005)
[+] Output of PE executables for Win64 architecture (with "format PE64" setting).
[+] Added "while" and "break" directives.
[+] Added "irp" and "irps" directives.
[+] The macro arguments can be marked as required witht the "*" character.
[-] Fixed checking for overflow when multiplying 64-bit values - the result must
always fit in the range of signed 64 integer now.
[-] Segment prefixes were generated incorrectly in 16-bit mode when BP was used
as a second addressing register - fixed.
[-] The "local" directive was not creating unique labels in some cases - fixed.
[-] The "not encodable with long immediate" error in 64-bit mode was sometimes wrongly
signaled - fixed.
[-] Other minor fixes and corrections.
Fasm 1.64 is out, since yesterday.
http://flatassembler.net
version 1.64 (Aug 8, 2005)
[+] Output of PE executables for Win64 architecture (with "format PE64" setting).
[+] Added "while" and "break" directives.
[+] Added "irp" and "irps" directives.
[+] The macro arguments can be marked as required witht the "*" character.
[-] Fixed checking for overflow when multiplying 64-bit values - the result must
always fit in the range of signed 64 integer now.
[-] Segment prefixes were generated incorrectly in 16-bit mode when BP was used
as a second addressing register - fixed.
[-] The "local" directive was not creating unique labels in some cases - fixed.
[-] The "not encodable with long immediate" error in 64-bit mode was sometimes wrongly
signaled - fixed.
[-] Other minor fixes and corrections.