cc65 / cc65

cc65 - a freeware C compiler for 6502 based systems

Home Page:https://cc65.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

db65 debugger

pm100 opened this issue · comments

Not really an issue but a pointer to a tool I make over the last few weeks. I got fed up having to use VICE as my debugger for working on code. So I built a debugger around the sim65 core engine.

It understands sinm65 behavior, all the PV hooks, VICE symbols etc. It is much easier to use than firing up VICE

Its here https://github.com/pm100/db65

There is one release that has binaries for mac, linux and windows

https://github.com/pm100/db65/releases

I would welcome any and all input.

If people want to add features/ fix bugs... fire away. Heads up tho, its written in rust.

I had to make 2 tiny changes to sim65/6502.c which I would like to PR back if possible