Skip to content

chancanasta/zx81BatBall

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Simple version of breakout to demonstrate ZX81 assembly game development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published