1 Repo
Software written specifically for the 6502 processor using low-level assembly language.
Distinct from Assembly: The candidates are either tools (assemblers) or general educational materials, not actual software implementations in 6502 assembly.
Explore 1 awesome GitHub repository matching operating systems & systems programming · 6502 Assembly Implementations. Refine with filters or upvote what's useful.
This project is a 6502 assembly language implementation of a platformer featuring running, jumping, and swordfighting, developed for the Apple II computer between 1985 and 1989. It serves as a piece of legacy retro gaming software designed to run on 8-bit hardware from the early computing era. The repository provides the assembly source code for the purpose of historical technical analysis and research. It allows for the study of original game source to perform technical analysis and historical research into early video games. The project covers domains including 6502 assembly programming, A
Implements a full game using direct 6502 assembly for maximum performance on 8-bit hardware.