My version of the known game Pong. I used this tutorial as a guide to building the game.
Visit this link to install DOSBox on your computer
Type the following lines in DOSBox:
Using tasm you will be able to see if there are errors in the code.
tasm Pong
or
tasm pong
It doesn't matter.
tlink Pong
or
tlink pong
if you want to dubug the code you can enter the turbo dubgger by typing:
td Pong
or
td pong
In order to run the program, simply type its name.
Pong
or
pong