Astro8-Computer
Astro8-Computer copied to clipboard
Armstrong compiler issue
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