Skip to content
Brian edited this page Mar 19, 2017 · 3 revisions

Home - Acknowledgements

In no particular order:

  • 6502 Introduction by Andrew Jacobs for extremely handy instruction charts and breakdown of how the addressing modes and other stuff works.
  • 6502.org for various ideas, and some nice articles.
  • MagicKit for NESASM, and eventually inspiration to not use NESASM and make my own language instead.
  • NESdev for many useful reads, ranging from old documents, to wiki pages, to interesting forum posts. This helped with NES development ideas, with learning the iNES format, and learning various 6502 assembly.
  • NintendoAge for their excellent tutorials on learning to program for the NES.
  • Possibly more.