sam-astro / Astro8-Computer

Custom 16-bit homebrew CPU, emulator, renderer, circuit, and language
MIT License
754 stars 82 forks source link

Arrays for Armstrong #10

Open sam-astro opened 2 years ago

sam-astro commented 2 years ago

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>