News:

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

Main Menu

*test & x* Bug in JWasm and AsmC

Started by jj2007, December 31, 2015, 03:45:44 AM

Previous topic - Next topic

nidud

#15
deleted

jj2007

it doesn't like OPTION CSTACK:0 in MasmBasic.inc, line 221
if I comment that out, it stumbles frequently over Mirror$() with error typedef

will check tomorrow...

jj2007

Quote from: nidud on May 09, 2016, 10:16:22 AMI removed the auto-off switch for the C/macro parsing. This means that MasmBasic now will be assembled with all extensions of ASMC.

I got another weird one:

error A2190: INVOKE requires prototype for procedure

ExternDef MbFH:DWORD
invoke SetFileTime, MbFH(4*10), edi, edi, edi


It works with
- eax instead of MbFH()
- MbFH[4*10] instead of MbFH(4*10)

Btw is there any consensus on the use of round vs square brackets here? My checks show that ML and AsmC use the same encoding for both; but for me the round brackets look a bit wrong ::)

nidud

#18
deleted