Go to file
greg 32e29650fe Working tic tac toe demo
from
https://wiki.superfamicom.org/snes/show/Making+a+Small+Game+-+Tic-Tac-Toe

minus the input parts, but showing a thing on the screen
2016-12-03 00:02:01 -08:00
.gitignore Initial commit, code to make a green screen and infinite-loop 2013-04-08 01:26:49 -07:00
Makefile New ROM - tic tac toe 2016-12-02 19:26:09 -08:00
README.md Add new resource 2016-11-30 02:13:00 -08:00
greenspace.asm Spinloop working 2016-12-01 02:23:44 -08:00
greenspace.link Initial commit, code to make a green screen and infinite-loop 2013-04-08 01:26:49 -07:00
header.inc Initial commit, code to make a green screen and infinite-loop 2013-04-08 01:26:49 -07:00
snes_init.asm Initial commit, code to make a green screen and infinite-loop 2013-04-08 01:26:49 -07:00
tic_tac.asm Working tic tac toe demo 2016-12-03 00:02:01 -08:00
tic_tac.link New ROM - tic tac toe 2016-12-02 19:26:09 -08:00
wdc_65816_programming_manual.pdf Add 65816 programming manual pdf 2016-12-01 02:24:15 -08:00

README.md

Playing around with SNES assembly stuff

https://wiki.superfamicom.org/ <- a resource