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

Bug in documentation (memory layout)

maramowicz opened this issue · comments

In memory layout range of "Variable and General Purpose Memory" is from 16528 to 61439, and range of "Video Memory" form 61439 to 65535
End of VGPM overlaps with begin of VM and (if I calculated it correctly) VGPM end must be 61438.

BTW, I'm noticed this bug on creating arrays for Armstrong, I haven't finished yet but maybe you would be interested ;).

Fixed