An open API service indexing awesome lists of open source software.

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

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.