py65_int VS py65_debug_window

Compare py65_int vs py65_debug_window and see what are their differences.

py65_int

Handling 6502 interrupts in py65 (by tmr4)

py65_debug_window

Add a separate debug window to py65 (by tmr4)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
py65_int py65_debug_window
4 2
1 1
- -
0.0 0.0
over 2 years ago over 2 years ago
Python Python
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

py65_int

Posts with mentions or reviews of py65_int. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-11.
  • Simulating the 65C816 in py65
    5 projects | /r/beneater | 11 Jan 2022
    I've recommended py65, by Mike Naberezny, for 6502 development and have created several enhancements to it for my own builds (interrupt handling and debug window). Unfortunately, py65 doesn't support the 65C816. Luckily, it's open source and easy to modify, so I thought I'd try adding support for the 65C816.
  • Adding a separate debug window to the py65 6502 emulator
    5 projects | /r/beneater | 2 Jan 2022
    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.
  • My Frankensteined 6502 - Five Months In
    1 project | /r/beneater | 30 Dec 2021
    I also have plans for a 65C816 build in the future. I've been checking out emulators for the chip recently. Given my recent work customizing the py65 emulator for interrupts, I might take a stab at enhancing it for the 65C816 as a side project.
  • Handling 6502 interrupts in py65
    2 projects | /r/beneater | 24 Dec 2021
    A while back I saw some work by u/adix that made me realize that modifying py65 was fairly straight forward. After getting it to simulate SD card access, I decided to see if I could get it to handle interrupts as well. With those changes I could use my hardware binary with py65. Check out the needed modifications on my GitHub. Of course, the changes that you need to make will be based on your particular build and code but hopefully my work will point you in the right direction if you're interested.

py65_debug_window

Posts with mentions or reviews of py65_debug_window. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-11.
  • Simulating the 65C816 in py65
    5 projects | /r/beneater | 11 Jan 2022
    I've recommended py65, by Mike Naberezny, for 6502 development and have created several enhancements to it for my own builds (interrupt handling and debug window). Unfortunately, py65 doesn't support the 65C816. Luckily, it's open source and easy to modify, so I thought I'd try adding support for the 65C816.
  • Adding a separate debug window to the py65 6502 emulator
    5 projects | /r/beneater | 2 Jan 2022
    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.

What are some alternatives?

When comparing py65_int and py65_debug_window you can also consider the following projects:

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

py65 - Emulate 6502-based microcomputer systems in Python

py65_65816 - Add support for the 65C816 to py65

LiaraForth - An "initial" ANSI(ish) Forth for the W65C265SXB SBC (65816 CPU)