The "Background" NES Demo
During my sophomore year of college I really got into wanting to build my own video games. To this end, I taught myself 6502 Assembly and started learning how to program the Nintendo Entertainment System (yes, the console from 1985). I also wanted to try my hand at handheld video game programming so I learned how to make some basic Nintendo DS applications. Below, you'll find the fruits of my efforts.
Small homebrew (handwritten in 6502 assembly) NES demos. Tested on both an emulator and an actual NES through a NES EverDrive.
Assembled with NESASM3.
Demo List:
A simple NDS drawing application
If you want to try out the demos, you can play them in your favorite NES emulator (I personally prefer jnes).
Homebrew Nintendo DS demos developed in C for the ARM processor built into the Nintendo DS original and lite
Compiling and linking these demos requires the libnds library included in the devkitPro toolchain.
Demo List:
You can run these demos in your favorite Nintendo DS emulator (my personal preference is DeSmuME).