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

Implement a debugger #1

Open
bikefrivolously opened this issue Jun 15, 2016 · 0 comments
Open

Implement a debugger #1

bikefrivolously opened this issue Jun 15, 2016 · 0 comments

Comments

@bikefrivolously
Copy link
Owner

Further development will easier with the help of a debugger.

  • Step through instructions
  • Inspect memory
  • Insert breakpoints
  • Watch memory locations for changes

Currently this seems difficult to implement due to the way instruction decoding and addressing mode is decoded (v, which holds the addressing mode has a short lifetime and inspection by the debugger (which should probably own the CPU) does not seem possible). Some restructuring may be required so this should be branched.

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

1 participant