Page 1 of 1

Pasmo listing for Freeway Frog from Spectrum Machine Language for the Absolute Beginner

Posted: Mon Jul 15, 2024 9:21 am
by palmheads
Hi All

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
See attached source code. Resulting tap file from the above can be loaded onto your Speccy.

Keys are 1-UP, A-DOWN, I-LEFT, P-RIGHT.

Enjoy! Hope someone finds this useful in conjuction with the book

Cheers!
Daryn