Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Jacob Speicher

4
Posts
8
Followers
6
Following
A member registered Jan 23, 2014 · View creator page →

Creator of

Recent community posts

This game is so good! I wasn't looking for a typing game but I'm so glad I downloaded this. So satisfying to play, and there's interesting variation in the bonus rounds. Nice!

Haha I hope you enjoy the other stuff, a lot of the recent uploads are smaller than Pong even I think. Though I have some other projects in the works (NES & otherwise) and plan on doing Ludum Dare 48 with some friends this weekend, so keep an eye out if you feel like it!

Thank you! It's super cool you're following along with it, and if you don't mind the info dump I have some links of things that were very helpful to me when I made this a couple years ago and more recently when I refreshed myself on NES dev. 

6502 Instruction Cheat Sheet - very helpful page that just no-frills lists all of the instructions for 6502 assembly.

6502 Instruction Reference - a deeper version of the previous pretty much, more like documentation. Although there isn't a wealth of information it's still a great reference.

6502 Registers - some information on each of the defined registers (X, Y, etc), mostly the Processor Status section is very useful as it defines what each bit in the status is used for.

NES Architecture Overview - fantastic resource all about how the NES is set up. What are each of the CPU/PPU port addresses and what do they do,  CPU and PPU memory maps, discusses the .nes file format and mappers used for memory bank switching and the like.

And then I don't know what you're using by way of compiler, but I started using CA65 and LD65 recently and I think it works well for me. I used NESASM for this project and it's much easier to follow nerdy nights because you're using all the same syntax, so if you check it out and it looks overwhelming then nevermind! But here's some info on CA65/LD65:

CA65 Documentation

LD65 Documentation

Building an LD65 config file

Example project on github using CA65 & LD65 to compile and link

Alright, that's a whole lot so I'm sorry, but hopefully some of it is helpful! I'd love to see your final result from nerdy nights and anything else you might make!

(1 edit)

I did! Fantastic resource, are you learning yourself? I have some links to other pages that helped me with this and current NES projects if you'd like.