SNES game
Back in 2016, I was curious about how assembler was implemented in a Super Nintendo.
The CPU of a SNES is a RICOH 5422. Here is a quote from Wikipedia:

So I made this just to get my hands on how to display a background of tiles, and move a sprite using the SNES inputs from the emulator.

Here is a quick look at the code.