News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

UASM 2.49 Available

Started by johnsa, June 22, 2019, 04:12:37 AM

Previous topic - Next topic

aw27

This builds OK:
   mov rdx, qword ptr [rsp]
   printf("Computed sum = %.1f.\n", rdx)

This produces Error A2102: Symbol not defined : qwordptr
       printf("Computed sum = %.1f.\n", qword ptr [rsp])

johnsa

Have two fixes ready for both issues with c-style calls.
I am also changing default arch back to SSE as it should be. It should only be necessary to specify option ARCH:AVX.
I will have a pre-release of 2.50 shortly with these in.

aw27


LiaoMi

Quote from: johnsa on June 26, 2019, 09:23:14 PM
Have two fixes ready for both issues with c-style calls.
I am also changing default arch back to SSE as it should be. It should only be necessary to specify option ARCH:AVX.
I will have a pre-release of 2.50 shortly with these in.

Hi johnsa,

I see multiple compilation errors, final fix still awaited?

johnsa

on 2.50 branch yes, W.I.P :)
Should have all the fixes in tonight/tomorrow.