Astro8-Computer icon indicating copy to clipboard operation
Astro8-Computer copied to clipboard

Armstrong compiler issue

Open sam-astro opened this issue 2 years ago • 0 comments

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

sam-astro avatar Aug 10 '22 19:08 sam-astro