News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

masm PROC vs x64 ABI x64

Started by duncan, May 11, 2011, 08:22:59 PM

Previous topic - Next topic

duncan

I have used masm 32 bit successfully before. Going by the documentation for ml64 I expected to have similar success with ml64.exe. However, PROC doesn't give me parameters as expected. All things work per the x64 ABI but I don't get any help from masm. It looks like PROC isn't treating stack frame parameters / registers as per the ABI. I am new to x64 so any information would be appreciated.

qWord

forget ml64 - a lot of MASMs highlevel features were removed. Instead use JWASM: it is support all well known syntax elements from ml and also extend it for x64 requirements.
FPU in a trice: SmplMath
It's that simple!