README.txt (547B)
1 * Targets 2 3 ttt.bin 4 is the binary to be uploaded to address $200 on the Eris 2010 5 ttt_symon.bin 6 is the binary for Symon (ROM & ACIA at different memory addresses) 7 *_test.bin 8 are binaries running self-tests on Eris 2010 and Symon 9 10 * Source Code 11 12 ttt.asm 13 Contains the main routine 14 board.asm 15 Subroutines for managing the board 16 board_test.asm 17 Tests for board.asm 18 computer_player.asm 19 Implementations of random and perfect computer players 20 computer_player_test.asm 21 Tests for computer_player.asm 22 human_player.asm 23 CLI for human players 24