Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 655 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 655 Bytes

Simple NES C Project

About

This repository is a simple C workspace to make NES programs/projects.

I simplified nesdoug's workspace, so thanks to him.

Compile and Run

Before compiling you need to install CC65 and make. And change the compiler and emulator location in the Makefile

Then to compile you need to just run:

make

To run you just write:

make run

That's it! A simple "Hello, world!" program is in the workspace by default. If you wan't to see some exemples go here.