/NES

NES Assembly Programming

Primary LanguageAssembly

NES


NES Assembly Code by krom (Peter Lemon).

All code compiles out of box with the bass assembler by byuu.
I use a special version of bass by ARM9 which has been updated with NES 6502 output:
https://github.com/ARM9/bass
I have included binaries of all the demos.

Special thanks to byuu, for making the higan emulator, & the bass assembler =D
Please check out higan, a cycle accurate NES Emulator:
http://byuu.org/emulation/higan

Also thanks to furrykef & kevtris, for helping me with my initial NES development.
I used the NESDEV wiki to help get me started: http://wiki.nesdev.com

Howto Compile:
All the code compiles into a single binary (ROMNAME.nes) file.
Using bass Run: make.bat

Howto Run:
I only test with a real NES using a using a flash cartridge.

You can also use NES emulators like higan & the MAME NES Driver.