Game of Life by SopaXorzTaker!

This program is an implementation of Conway's Game of Life for the TI-82.

The controls are very simple:
    Up, Down, Left, Right - move the cursor
    [MODE] - pause the simulation and allow to edit the cells
    [DEL] - clear the cells
    [CLEAR] - exit the program
    [ENTER] - toggle the cell at the cursor
    [X,T,Θ] - single-step in the pause mode

Have fun exploring!
The public-domain source code is attached and you can find it in the src/ directory.
It requires bin8x and z80asm to compile.
