nes-dev
nes cc65 

所属分类:汇编语言
开发工具:Assembly
文件大小:0KB
下载次数:0
上传日期:2019-11-21 18:01:46
上 传 者sh-1993
说明:  使用cc65在C和6502程序集中编程NES
(Programming the NES in C _and_ 6502 assembly using cc65)

文件列表:
01-hello-nes/ (0, 2019-11-21)
01-hello-nes/Alpha.chr (8192, 2019-11-21)
01-hello-nes/License.txt (1093, 2019-11-21)
01-hello-nes/hello.c (2193, 2019-11-21)
01-hello-nes/makefile (348, 2019-11-21)
01-hello-nes/nes.cfg (2223, 2019-11-21)
01-hello-nes/reset.s (1733, 2019-11-21)
01-hello-nes/screenshot.png (33460, 2019-11-21)
02-hello-nes-asm/ (0, 2019-11-21)
02-hello-nes-asm/hello.s (779, 2019-11-21)
02-hello-nes-asm/makefile (277, 2019-11-21)
03-hello-nes-simple-cfg/ (0, 2019-11-21)
03-hello-nes-simple-cfg/hello.s (796, 2019-11-21)
03-hello-nes-simple-cfg/makefile (315, 2019-11-21)
03-hello-nes-simple-cfg/nes.cfg (658, 2019-11-21)
04-colored-bg/ (0, 2019-11-21)
04-colored-bg/colored-bg.s (875, 2019-11-21)
04-colored-bg/makefile (348, 2019-11-21)
04-colored-bg/nes.cfg (658, 2019-11-21)
05-sprites/ (0, 2019-11-21)
05-sprites/makefile (345, 2019-11-21)
05-sprites/nes.cfg (658, 2019-11-21)
05-sprites/ppu.inc (788, 2019-11-21)
05-sprites/screenshot_01.png (27500, 2019-11-21)
05-sprites/screenshot_02.png (29980, 2019-11-21)
05-sprites/smiley.chr (8192, 2019-11-21)
05-sprites/sprites.s (4508, 2019-11-21)
06-lua/ (0, 2019-11-21)
06-lua/screenshot.png (45230, 2019-11-21)
06-lua/smb1_basic_script.lua (1443, 2019-11-21)
07-controller-input/ (0, 2019-11-21)
... ...

# NES Development ![NES controller](https://github.com/taylus/nes-dev/blob/master/nes_joypad_chr.png "NES controller") # Tools * [cc65](https://github.com/taylus/nes-dev/blob/master/https://cc65.github.io/cc65/): A freeware C compiler and 6502 assembler/linker * [Make (for Windows)](https://github.com/taylus/nes-dev/blob/master/http://gnuwin32.sourceforge.net/packages/make.htm): for running makefiles * [YY-CHR](https://github.com/taylus/nes-dev/blob/master/https://www.romhacking.net/utilities/119/): For creating/editing sprites and tilesets * [FCEUX](https://github.com/taylus/nes-dev/blob/master/http://www.fceux.com/): NES emulator w/ extensive debugging capabilities * [NES Screen Tool](https://github.com/taylus/nes-dev/blob/master/https://shiru.untergrund.net/software.shtml) by Shiru: For laying out backgrounds To build each example, `cd` to its directory and run `make`.

近期下载者

相关文件


收藏者