Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 400 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 400 Bytes

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 development package should be available in your PATH.