This repo contains the code for the 6502 Assembly Course from Udemy, taught by Gustavo Pezzi.
- Stella VCS Emulator
- dasm 6502 macroassembler
- GNU Make (You probably already have this)
- Some kind of POSIX Shell (Bash works fine)
The two header files come from the dasm project itself (with all relevant credit due, of course).
Run make
in the root of the repo
Run stella -fullscreen 0 target/<name>.bin
Hint: Try this on pride.bin first! ;)
Run make clean
to delete all the binaries in the "target" folder. This might
seem wasteful, but they're so small and assemble so quickly it really doesn't
matter. ¯\(ツ)/¯
- Finish the class
- Use this as a testbed for github actions and see if I can get that to play nice 👀