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.
- Host: GitHub
- URL: https://github.com/optiroc/shvc-blinkenlight
- Owner: Optiroc
- License: mit
- Created: 2024-02-25T22:31:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T23:10:10.000Z (over 1 year ago)
- Last Synced: 2025-02-09T19:51:47.077Z (8 months ago)
- Topics: assembly-language, blinkenlights, snes
- Language: Assembly
- Homepage:
- Size: 832 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.