An open API service indexing awesome lists of open source software.

https://github.com/optiroc/shvc-blinkenlight

The most minimal Super Famicom / Nintendo assembly language example.
https://github.com/optiroc/shvc-blinkenlight

assembly-language blinkenlights snes

Last synced: 6 months ago
JSON representation

The most minimal Super Famicom / Nintendo assembly language example.

Awesome Lists containing this project

README

          

# SHVC-BlinkenLight
The most minimal Super Famicom / Nintendo assembly language example: a blinking screen in less than 20 instructions.

The intention with this examples is to show how to compile a valid SNES ROM image using no extensive include files or macro magic.

## dependencies
ca65 and ld65 from the [cc65](https://github.com/cc65/cc65) development package should be available in your PATH.