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
- Host: GitHub
- URL: https://github.com/surbhitt/6502em
- Owner: surbhitt
- License: mit
- Created: 2023-08-20T14:16:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T01:10:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T09:29:26.062Z (8 months ago)
- Topics: 6502-processor, emulator
- Language: C
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
An emulator for processor 6502 in beautiful C.
# Usage
```console
chmod +x build.sh
./build.sh# alternatively
make
```