We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Describe the bug Pointers used directly in an arithmetic operation fail to compile properly.
Doesn't work:
mult *$memoryLocationA,64 -> $tmp
Works:
mult $variable,64 -> $tmp