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

Post Reply
palmheads
Posts: 41
Joined: Thu Apr 30, 2009 8:15 am

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

Post 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
Attachments
freeway_frog.asm
(47.89 KiB) Downloaded 349 times
Post Reply