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

https://github.com/surbhitt/6502em

an emulator for 6502 processor
https://github.com/surbhitt/6502em

6502-processor emulator

Last synced: 6 months ago
JSON representation

an emulator for 6502 processor

Awesome Lists containing this project

README

          



An emulator for processor 6502 in beautiful C.

# Usage

```console
chmod +x build.sh
./build.sh

# alternatively

make
```