go6502repl
A REPL-like 6502 emulator
Usage
Run go run . or go6502repl (if you've built/installed the binary) in the terminal to start the REPL.
Type help to see a list of commands.
Screenshot

Features
- Simple 6502 emulator
- Interactive REPL (read-eval-print loop)
Limitations
- The only output device is the serial port at address $F001
Installation
Install go6502repl using go install github.com/drewwalton19216801/go6502repl@latest
Building
Build go6502repl using go build .
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
MIT License