Developing a ROM for the Atari 2600 (dev name "STELLA")
- build, then install
vasm6502_oldstyle
in the root directory of this repo ./assemble.sh
(on systems withbash
- translate the call to CMD or PowerShell yourself, sorry)- install Stella
stella a.out
- STELLA PROGRAMMER'S GUIDE (1979)
- Tim's Atari 2600/5200 Development Resources Page
- Atari 2600 Tech Page - Dan Boris
- Atari 2600 Programming for Newbies - Andrew Davie
- MiniDig based on Garon's "The Dig"
- 2600 101 - Kirk Israel
- NMOS 6502 Opcodes- by John Pickens, Updated by Bruce Clark and by Ed Spittles
- 6532 "RIOT" datasheet
- vasm