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
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).