How to Make a Super Nintendo Game?

Posted in  nintendo | 2022-03-15

Can I Make a SNES Game?

Nowadays, you can still use assembly, and it's actually the only route to get the most power from any retro machine. But you can also make some really cool games with easier to learn languages, like C or Basic. For the SNES, you have only one C compiler available: tcc816.

What Programming Language does Super Nintendo Use?

As the CPU of the SNES has a 65c816 core, programming for the SNES is done with 65c816 assembly language. If you find any problems with terms or concepts, you can contribute an explanation to it. Feel free to participate and fix errors, you are welcome to do so.

How were SNES Games Coded?

Back in the 90's, game programmers had to learn and use assembly for each machine they were working on. … ... Yup, snes games were coded in pure assembly. The reason why snes could still do so nice graphics, despite the weak cpu, is the sweet 2D graphics chip allowing for a lot of cool effects with clever coding.

Let's Build A Super Nintendo Game! - Tech Wave!