sam-astro / Astro8-Computer

Custom 16-bit homebrew CPU, emulator, renderer, PCB, and language

Repository from Github https://github.comsam-astro/Astro8-ComputerRepository from Github https://github.comsam-astro/Astro8-Computer

Armstrong compiler issue

sam-astro opened this issue · 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