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.
ca65 and ld65 from the cc65 development package should be available in your PATH.