Adding a separate debug window to the py65 6502 emulator

This page summarizes the projects mentioned and recommended in the original post on /r/beneater

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
sponsored
  1. py65

    Emulate 6502-based microcomputer systems in Python

    I didn't understand Python enough at the time. I could probably figure it out now that I know more, but those commands aren't really useful to me for how I use the monitor. I added the continue command which does what I wanted. Interestingly, someone requested that a continue command be added to py65 back in 2019.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. py65_debug_window

    Add a separate debug window to py65

    After recently testing out modifying py65 to handle interrupts, I decided to have a go at adding a separate debug window to the emulator. A separate debug window is nice because you can use the debug/monitor features while your program is running, and its output doesn't mess up the main terminal.

  4. py65_int

    Handling 6502 interrupts in py65

    After recently testing out modifying py65 to handle interrupts, I decided to have a go at adding a separate debug window to the emulator. A separate debug window is nice because you can use the debug/monitor features while your program is running, and its output doesn't mess up the main terminal.

  5. TaliForth2

    A Subroutine Threaded Code (STC) ANS-like Forth for the 65c02

    Note that I've coded the debug window to work with my hardware binary which supports interrupts. As such it's somewhat specialized to my build and likely wouldn't work with your build without modification. Let me know if you're interested and I could point out changes needed for you build. Alternatively, I could fork the py65 GitHub and prepare a working version with my build's binary. As an added benefit you could play with my Forth operating system (though if your main interest is that then I'd recommend some better tested versions for the 6502, like Tali Forth 2 for example).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Playing Cosmic Conquest, a old-style real-time strategy game, on my breadboard 6502

    5 projects | /r/beneater | 16 Nov 2021
  • Alternative to WozMon

    2 projects | /r/beneater | 20 Jun 2023
  • From breadboard to soldered version

    1 project | /r/beneater | 14 Oct 2021
  • Hey anyone tried to write an assembler for the 6502?

    2 projects | /r/beneater | 7 Jun 2021
  • PCjs Machines

    1 project | news.ycombinator.com | 21 Jul 2026

Did you know that Python is
the 1st most popular programming language
based on number of references?