zx81BatBall
Simple ZX81 assembly language version of the standard 'ball , bat , brick' game
How to assemble
This project uses the The Telemark Assembler (TASM) - a cross assembler for DOS and Linus.
To assembly this project, either use the zxasm.bat file:
zxasm ballbat
or... assemble with the following options:
tasm -80 -b -s ballbat.asm ballbat.p