NES programming

Programming the 6502 microprocessor and its relatives in assembly and other languages.
Post Reply
NEWK
Posts: 1
Joined: 15 Aug 2005
Location: Manhattan, Kansas, USA
Contact:

NES programming

Post by NEWK »

Hello!
My name is Nick (or NEWK). I'm new here, but I think I will probably show up here a lot so, get used to me. Anyway, I love the NES, adn I have been trying to leanr how to program it, so I have a few questions. First, if I want to program the NES, is there anything other than just plain 6502 assembly I have to know? I just want to make a simple demo game for now and move to harder things latter. and also, do I have to learn 6502 assembly at all to program the NES? I saw some neat 6502 compilers on this website, but will they work with the NES? Anyway, i hope you guys can help me. Thanks!
May the Force be with you!
-NEWK
Memblers
Posts: 64
Joined: 16 Jan 2003
Location: Indianapolis
Contact:

Post by Memblers »

Yeah, you'll need to know assembly. The C compiler CC65 has some NES libraries, but they're said to be very sub-optimal. I don't know how to use it to find out.

I'd imagine you've found my site:
http://nesdev.parodius.com/

There's also a forum there, if you ever have any questions about the NES-specific stuff (PPU, etc.).
User avatar
djmips
Posts: 17
Joined: 12 Jul 2005

Post by djmips »

How about a CMU course? :D
http://bobrost.com/nes/

I haven't looked at the lectures but it's probably good!
http://bobrost.com/nes/lectures.php
Post Reply