This are source files for my game Pamela the Zombie Hunter for Zx Spectrum.
The code is commented in English and uses meaningful labels so it shouldn't be diffucult to understand.

The game was written in Z80 machine code and compiled with a Russian assembler called SjAsmPlus v 1.07.
You can find the assembler at http://sjasmplus.sourceforge.net/
To compile the game, execute  sjasm Start.asm (all source files should be in the same directory).

Compiling the code in another Z80 assembler should be easy as 99% of the content is pure machine language. There are however few
SjasmPlus specific commands which should be replaced when you'd like to run it in another assembler.

All the graphics are included together with the code in .asm files.

Music was created with Spectrum Program "Wham! the Music box". I included Zx Spectrum snapshot with Wham! containing game music.

Enjoy,

Rafal Miazga, 2008

