Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Symon 1.5.0

Latest

Choose a tag to compare

@sethm sethm released this 30 Mar 22:35
· 2 commits to master since this release

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).