-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00be9f0
commit ce16e63
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Minimal NES example using ca65 | ||
|
||
This is a small example program for the NES, intending to demonstrate how to use ca65 to build an NES ROM. | ||
It is a very basic starting point for programming the NES. | ||
|
||
There is also a version of this example available to build an FDS disk image for the Famicom Disk System. | ||
|
||
* NES: https://github.com/bbbradsmith/NES-ca65-example | ||
* FDS: https://github.com/bbbradsmith/NES-ca65-example/tree/fds | ||
|
||
This depends on the CC65 toolchain, though it only uses the ca65 assembler, not the C compiler: | ||
|
||
https://cc65.github.io/ | ||
|
||
See example.txt for more details. | ||
|
||
This project was originally distributed at the NESDev forums: | ||
|
||
https://forums.nesdev.com/viewtopic.php?t=11151 | ||
|
||
## License | ||
This program and source code can be freely redistributed, modified or reused in any way. | ||
Credit is not required, but attribution is always appreciated. | ||
|
||
Brad Smith | ||
|
||
http://rainwarrior.ca |