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

Arrays for Armstrong

sam-astro opened this issue · comments

Is your feature request related to a problem? Please describe.
It is currently not possible to easily access fixed areas of memory without direct addressing, and that way also doesn't allow for dynamic indexing and isn't allocated automatically in variable memory.

Describe the solution you'd like
Add arrays, where values are accessed by array[<index>], and new arrays are created array $name, <size>