Skip to content

haaspt/NES-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NES-dev

Game screenshot

Overview

This project is my attempt to learn 6502 assembly for the NES.

To Run

Load SpaceGame.nes into your favorite NES emulator.

To Build

Compilation requires the cc65 compiler. Installation instructions can be found here.

To generate a new .nes ROM run the following:

make

Credits

The code and assets in this repo are mainly derived from Kevin Zurawel's excellent Famicon Party tutorial.

Built using the cc65 compiler.

Original graphics data from Kevin Zurawel, further modified and layed out using NESTool.

Many thanks to the NES Dev wiki and developer community for tons of documentation and forum posts.

About

A simple NES game written in 6502 assembly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published