Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
Gopher

Copyright 1982 US Games Corporation
Designer: Sylvia Day and Henry Will IV

Analyzed, labeled, and commented by Dennis Debro

 ***  97 BYTES OF RAM USED 31 BYTES FREE
 ***   0 BYTES OF ROM FREE

==============================================================================
= THIS REVERSE-ENGINEERING PROJECT IS BEING SUPPLIED TO THE PUBLIC DOMAIN    =
= FOR EDUCATIONAL PURPOSES ONLY. THOUGH THE CODE WILL ASSEMBLE INTO THE      =
= EXACT GAME ROM, THE LABELS AND COMMENTS ARE THE INTERPRETATION OF MY OWN   =
= AND MAY NOT REPRESENT THE ORIGINAL VISION OF THE AUTHOR.                   =
=                                                                            =
= THE ASSEMBLED CODE IS © 1982, US GAMES CORPORATION                         =
=                                                                            =
==============================================================================

Structure:
gopher.asm        reverse-engineered file
makefile          Makefile to build code
tia_constants.h   header file containing constants for the TIA

The reverse-engineered file uses standard MACRO.H and VCS.H header files. These
are not supplied. They can be found with the distribution of the DASM cross
assembler.