Been reading "Spectrum Machine Language fro the Absolute Beginner".
http://www.retro8bitcomputers.co.uk/Con ... ginner.pdf
Has a commented source code listing in it for a Frogger type game called "Freeway Frog".
Thought I would give it a go writing it using pasmo cross assembler. Eventually got it working!
Can compile thus:
Code: Select all
pasmo --tapbas -d -v freeway_frog.asm freeway_frog.tap
Keys are 1-UP, A-DOWN, I-LEFT, P-RIGHT.
Enjoy! Hope someone finds this useful in conjuction with the book
Cheers!
Daryn