Search found 4 matches
- Sat Aug 06, 2016 9:38 pm
- Forum: Other Retro Dev
- Topic: Decent 6502 emulator?
- Replies: 8
- Views: 6114
Decent 6502 emulator?
Does anybody know of a decent emulator for the 6502? I really want to get into it, but the only one I've found that actually works is 6502js. I've tried Apple ][ and C64 emulators, but I couldn't get either of them to run an assembler. Does anyone have any emulators, or good walkthroughs for setting...
- Fri Jul 29, 2016 10:13 pm
- Forum: Newbie Help Center
- Topic: Where do I start?
- Replies: 25
- Views: 6330
Re: Where do I start?
Ca65 is what I use. (I program for the SNES, but it also works for the NES.) Unfortunately though, if the tutorial (Nerdy Nights) uses NESASM, then that's what you'll have to use for it, unless you know how to convert the syntax to work with Ca65. I imagine you could still look at it for core conce...
- Fri Jul 29, 2016 9:57 pm
- Forum: Newbie Help Center
- Topic: Where do I start?
- Replies: 25
- Views: 6330
Re: Where do I start?
I was wondering if there were any guides that were for people who really knew absolutely nothing about the NES or asm http://nintendoage.com/pub/faq/NA/index.html?load=nerdy_nights_out.html# This actually uses NESASM which you have, but most people, (including myself, who looked into the NES when I...
- Fri Jul 29, 2016 9:45 pm
- Forum: Newbie Help Center
- Topic: Where do I start?
- Replies: 25
- Views: 6330
Where do I start?
So I recently got the urge to try and learn how to program for the NES, but I really have no clue where to start. I know a decent amount of C++, and some C, but I don't know any assembly, and other than the fact that I know the NES has a MOS 6502, I don't know anything about the hardware of it. What...