Search found 5 matches

by chanmix51
Fri Mar 06, 2020 11:23 am
Forum: Emulation and Simulation
Topic: Soft65C02, Yet Another Simulator
Replies: 15
Views: 8917

Re: Soft65C02, Yet Another Simulator

Hello,

In order to test the physical implementation of my breadboards, I coded a simple program that write into zero page then use these bytes to write in other parts of the memory using zero page indirect addressing mode. I tested the program with soft65C02, it made me able to spot several bugs ...
by chanmix51
Sun Feb 09, 2020 7:52 pm
Forum: Emulation and Simulation
Topic: Soft65C02, Yet Another Simulator
Replies: 15
Views: 8917

Re: Soft65C02, Yet Another Simulator

Hi


The reason that debuggers were much more common and popular in the 8-bit days was that a debugger is a much smaller and easier thing to write. These days, when you have most of the heavy lifting already done for you (a full high-level lanugage interpreter such as Python, a unit test framework ...
by chanmix51
Thu Feb 06, 2020 8:41 pm
Forum: Emulation and Simulation
Topic: Soft65C02, Yet Another Simulator
Replies: 15
Views: 8917

Re: Soft65C02, Yet Another Simulator

Good evening,

Sorry to read the framebuffer is not working properly on OSX :? I think I need to let this idea to sink for a moment, I need a graphical output but I also need to understand how such thinks are handled “in real life” to choose a “virtual” implementation. I secretly wished I could code ...
by chanmix51
Thu Feb 06, 2020 9:22 am
Forum: Emulation and Simulation
Topic: Soft65C02, Yet Another Simulator
Replies: 15
Views: 8917

Re: Soft65C02, Yet Another Simulator

Hello,

Welcome Greg, looks great, thanks for publishing and for sharing the animated CLI session. You mention the framebuffer - I'm guessing that's modelled from the 6502 perspective but there's no UI? I'd be hopeful that Rust + SDL would deliver a portable graphical interface, but that might be ...
by chanmix51
Wed Feb 05, 2020 10:23 pm
Forum: Emulation and Simulation
Topic: Soft65C02, Yet Another Simulator
Replies: 15
Views: 8917

Soft65C02, Yet Another Simulator

Hi!
This is my first post here after I read so much of this site documentations and tutorials.

The story
I am 45, working in the IT industry for too long, mostly in web development stuff.
A couple of months ago, a friend of mine sent me a link saying « check that youtube video, I think you'll ...