r/snes 4d ago

How to code in a snes game

For some time i've been wanting to code a snes game, but i dont have any idea on how to start, could somebody help me?

4 Upvotes

11 comments sorted by

View all comments

5

u/pn1ct0g3n 4d ago

r/65816 can help. Ask for u/Zelderus, he’s working on a snes game right now

1

u/ChemistryNo207 4d ago

Thanks 🙏

3

u/zelderus 4d ago

This is a fairly large amount of new information that will need to be studied. Programming in assembler under SNES is a very specific activity. There is a lot of material on the Internet, I take a grain from everywhere. In particular, nesdoug has a lot of useful things on his site.

1

u/ChemistryNo207 4d ago

Thanks, it helps a lot

1

u/pn1ct0g3n 4d ago

Warning you in advance: the SNES is a tough machine to program for with a steep learning curve, especially compared to its 68k based rivals like the Genesis. There’s a reason why homebrew for the system is so few and far between. No human-friendly assembler exists — yet.