News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Use ! as last char in parameter

Started by xblite, February 01, 2025, 12:54:01 PM

Previous topic - Next topic

xblite

Hi,

Is it allowed in GoAsm to use the ! char as the last char as a function parameter, eg, myparam!. In the past it seems that GoAsm treated it as NOT so it did not work. Has this changed?
In my case, the ! suffix means that the variable is a SINGLE type variable.

thanks
David

wjr

No change, ! can be a NOT operator, so it can not be part of a symbol name. Besides the typical A-Z a-z 0-9 you can use _ @ $ ? as well as # (but ## has a special meaning in definitions).