Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code extension #20

Open
verhovsky opened this issue Dec 17, 2023 · 1 comment
Open

VS Code extension #20

verhovsky opened this issue Dec 17, 2023 · 1 comment

Comments

@verhovsky
Copy link

verhovsky commented Dec 17, 2023

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
Copy link
Owner

floooh commented Dec 18, 2023

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 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants