taylus / nes-dev

Programming the NES in C and 6502 assembly using cc65

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NES Development

NES controller

Tools

  • cc65: A freeware C compiler and 6502 assembler/linker
  • Make (for Windows): for running makefiles
  • YY-CHR: For creating/editing sprites and tilesets
  • FCEUX: NES emulator w/ extensive debugging capabilities
  • NES Screen Tool by Shiru: For laying out backgrounds

To build each example, cd to its directory and run make.

About

Programming the NES in C and 6502 assembly using cc65


Languages

Language:Assembly 81.0%Language:Lua 5.9%Language:Makefile 5.6%Language:C 3.3%Language:PHP 2.3%Language:C++ 1.9%