System V AMD64 ABI convention
Brought to you by:
japheth
Hi Japheth,
It would be awesome if Jwasm would support the calling convention used on 64-bit Linux and MacOSX:
System V AMD64 ABI convention: http://www.x86-64.org/documentation.html
My primary reason to use Jwasm is source code portability. So far I'm using Jwasm for Win32, Win64, Linux32 and OSX32, but the calling convention for Linux64/OSX64 is so different from any of the supported calling conventions that implementing it via an invoke-macro is rather quirky.
Kind regards,
Terry
Yes, that would be a valuable feature.
However, as for me, supporting CV 8 symbolic debugging format has a slightly higher priority.