AE6502 is a comprehensive monorepo dedicated to MOS 6502 processor emulation and development, featuring a cycle-precise emulator and a robust assembler.
- Accurate cycle timing
- Configurable memory mapping
- Node.js (version 14 or higher)
- pnpm
git clone https://github.com/SOHNE/ae6502.git
cd ae6502
npm install
To run the test suite, use the following command:
pnpm test
- Comprehensive test suite
- Implement missing instructions
- Debugger integration
- Performance optimizations
- Documentation
- Readme
This project is licensed under the MIT License - see the LICENSE.md file for details.
- 6502 community
- Inspiration from other emulation projects
Disclaimer: This is an educational project and not intended for production use.