The MASM Forum

64 bit assembler => UASM Assembler Development => Topic started by: johnsa on March 27, 2018, 12:43:28 AM

Title: UASM 2.46.10 Update available
Post by: johnsa on March 27, 2018, 12:43:28 AM
Hi,

2.46.10 Packages are up and Repository is updated.
Fixes for this release:

Add support for static object method invocation using _STATIC, _SINVOKE and newer HLL syntax.
Improved OO macrolib functions.
Fixed gccmod.inc for Linux compilation.
Fixed instruction encoding issues and warnings for vpsrad, vmulpd, vmovupd.
Fix delphicall parameter confusion bug.
Fix vararg+C calling convention bug present from JWasm (was actually related to EQU).
Add error for non-numeric items used in conditional assembly.
Allow vectorcall built-in type as return types and ensure they're correctly evaluated at assembly time.

2.47 will be next with PLT/GOT/PIE support :)

Cheers!
John
Title: Re: UASM 2.46.10 Update available
Post by: jj2007 on March 27, 2018, 09:05:57 AM
Tested OK with my main sources :t