Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joseph-simutis/shell6502

A Python-style command line 6502 emulator.
https://github.com/joseph-simutis/shell6502

6502 command-line shell

Last synced: about 1 month ago
JSON representation

A Python-style command line 6502 emulator.

Awesome Lists containing this project

README

        

# Shell6502
A Python-style command line 6502 emulator.

## Installation
1. Clone the repository to an empty folder.
2. Use the command line to go to the directory that you put the repo in.
3. Run either "./gradlew installDist" for MacOS or Linux, or "gradlew installDist" for Windows.

After that, you should be able to run Shell6502 by running the script in build/install/shell6502/bin.