floooh / v6502r

visual6502 remixed
310 stars 32 forks source link

VS Code extension #20

Open verhovsky opened 9 months ago

verhovsky commented 9 months ago

It would be more useful if the CPU emulator could be used from VS Code as a generic executor of 6502 assembly because it's not easy to write assembly and move it into the emulator and the UI is not as good as VS Code's could be. When I run C code from VS Code, I can see register values in the debug view. If I could also see a diagram of the CPU executing the code along side that, that would be cool.

floooh commented 9 months ago

I started a similar vscode extension here, but not for the v6502r simulators, but for regular home computer emulators:

https://github.com/floooh/vscode-kcide

...moving the transistor level simulation into a similar extension is an interesting idea though. Maybe in my next Christmas vacation ;)