These are source z80 asm files for my game Heritage for Zx Spectrum.

There are many comments in English, so maybe it may be useful to somebody.






I used SjASM cross compiler for creating it:

http://sjasmplus.sourceforge.net/






Compile the game with:

sjasmplus start.asm




I have also included my little text converter written in C# (you will need to have .NET installed to use it).

It takes ASCII text as input and compresses the text storing each letter with 5 bits only. It is in Polish, quite rough

and probably useful only to me but I included it to make these files complete. Texts compressed with it are used in the game.




Enjoy,
Rafal Miazga