https://github.com/anachrocomputer/6502
Assembler, simulator, disassembler and assembly-language routines for the MOS Technology 6502
https://github.com/anachrocomputer/6502
6502 6502-assembly assembler assembly-6502 cross-assembler
Last synced: about 2 months ago
JSON representation
Assembler, simulator, disassembler and assembly-language routines for the MOS Technology 6502
- Host: GitHub
- URL: https://github.com/anachrocomputer/6502
- Owner: anachrocomputer
- Created: 2021-10-28T21:08:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T20:02:38.000Z (over 2 years ago)
- Last Synced: 2025-03-06T00:44:37.942Z (over 1 year ago)
- Topics: 6502, 6502-assembly, assembler, assembly-6502, cross-assembler
- Language: C
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 6502 #
Assembler, simulator, disassembler and assembly-language routines for the MOS Technology 6502,
recovered from an old Subversion repository in October 2021.
Only the assembler is here as yet.
## asm ##
A 6502 cross-assembler in C to run on Linux.
Originally written in Ratfor on a Prime P750 running the
Georgia Tech Software Tools Subsystem.
Subsequently converted into C for the PC running MS-DOS and the
Atari ST running TOS.
## bas ##
Empty directory.
## dis ##
Empty directory.
## doc ##
Some documents on the 6502.
## sim ##
Empty directory.