tassoevan / snes-hello

Hello, World for the SNES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Hello, World!" for the Super Nintendo Entertainment System

If you're looking for the Nintendo Seal of Quality, you're gonna have a bad time.

To build, you need to install cc65, with the executables on your path.

Then run build.sh from bash, or just run the build directly on the command line:

cl65 -C smc.cfg -o hello.smc -l hello.list hello.asm

You can then load hello.nes into the SNES/SuperFamiCom emulator of your choice. It has been tested on Linux and Windows using Snes9x. If you have an issue with any other emulator or host environment, please post an issue to this repo. Thanks!

See the video on YouTube: Hello, SNES!

About

Hello, World for the SNES

License:GNU General Public License v3.0


Languages

Language:Assembly 83.3%Language:C++ 16.6%Language:Shell 0.1%