As my first attempt at doing something on my new Commander X16, I thought I'd have a crack a very simple Falling Sand program.
The objectives for me were to learn how to:
- use the ca65 assembler
- communicate with the VERA
- set a graphics mode
- plot pixels using the VERA
- read pixel values back from the VERA
It's not mind-blowingly fantastic, but I thought I'd share this anyway so that others who are learning might have some sample code to look at.
Source code: https://github.com/Darvidanoar/FallingSand_X16/
David