Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prdktntwcklr/pikuma-atari
Pikuma course: Atari 2600 Programming with 6502 Assembly.
https://github.com/prdktntwcklr/pikuma-atari
6502 assembly atari game pikuma
Last synced: 21 days ago
JSON representation
Pikuma course: Atari 2600 Programming with 6502 Assembly.
- Host: GitHub
- URL: https://github.com/prdktntwcklr/pikuma-atari
- Owner: prdktntwcklr
- Created: 2022-06-16T13:49:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T15:49:38.000Z (over 1 year ago)
- Last Synced: 2024-11-14T09:40:31.709Z (3 months ago)
- Topics: 6502, assembly, atari, game, pikuma
- Language: Assembly
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atari 2600 Game
A game for the Atari 2600. Based on Pikuma's *Atari 2600 Programming with
6502 Assembly* course. Run ```make``` from the top-level directory to build the
project.## Toolchain
- DASM 2.20.14.1
- GNU Make 4.2.1## Weblinks
- [Pikuma: Atari 2600 Programming with 6502 Assembly](https://pikuma.com/courses/learn-assembly-language-programming-atari-2600-games)
- [6502 Opcodes](http://www.6502.org/tutorials/6502opcodes.html)