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

Hover feature to show the opcode (hex) in code and the instruction name when hovering over RAM #22

Open
Schweigi opened this issue Jan 17, 2016 · 0 comments

Comments

@Schweigi
Copy link
Owner

Suggested by @ Iko Knyphausen:

You are already highlighting instruction opcodes in RAM (and you can click on them to see the instruction in code – which is great), however, sometimes instruction pointers can be set to arguments instead of opcode (or even to data if DEP is off), resulting in a different instruction altogether. I could envision a little context information on hovering any byte in RAM showing the current meaning of a byte, e.g. opcode, register, or address, but also possible alternatives such as a register or address value interpreted as an opcode.

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

No branches or pull requests

1 participant