Skip to content

Pinjontall94/atari-asm-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atari Assembly Tutorial

This repo contains the code for the 6502 Assembly Course from Udemy, taught by Gustavo Pezzi.

Dependencies

The two header files come from the dasm project itself (with all relevant credit due, of course).

Building

Run make in the root of the repo

Running

Run stella -fullscreen 0 target/<name>.bin

Hint: Try this on pride.bin first! ;)

Cleanup

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. ¯\(ツ)

TODO

  1. Finish the class
  2. Use this as a testbed for github actions and see if I can get that to play nice 👀

About

6502 Assembly Tutorial (Atari 2600)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published