This repository was archived by the owner on Mar 25, 2026. It is now read-only.
This is the Symon 6502 emulator version 1.5.0.
New Features
- Added a new "Step Over" button that allows stepping over the current subroutine. This button only becomes active when the next instruction is a "JSR" while stepping through execution one instruction at a time. It will continue execution until the subroutine returns through a corresponding "RTS" instruction. (GitHub feature request #18).
Bug Fixes
- Fixed a bug that caused some 6502 instructions to be disassembled improperly in the trace log (GitHub issue #17).