Updated README.
Migrated to git.intrfc.com <3
Corrected the LL_NEXT documentation.
Various snippets of 6502 assembly for the go6502 debugger. Many programs are derived from go6502's sample files, written by Brett Vickers, which is shared under the simplified BSD 2-Clause License, available here. Original work in this cookbook is offered under the compatible MIT License.
Clone this git repository, including the go6502 submodule, via:
git clone --recurse-submodules https://git.sr.ht/~chotrin/go6502-cookbook
The programs may be built by cd
ing into the appropriate directory and
executing:
go6502 program.cmd
This cookbook is structured in the order I encountered things I needed to learn or implement for my first NES game. Here's a brief overview: