Open sam-astro opened 2 years ago
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
Describe the bug Pointers used directly in an arithmetic operation fail to compile properly.
Doesn't work:
Works: