-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support basic current line highlighting #4
base: main
Are you sure you want to change the base?
Conversation
Thanks, this looks interesting. Please let me know when you think this PR is ready for review. |
I guess we can live with the issue when entering on the highlighted line... |
I somehow fixed the enter issue, far from perfect though... |
Just a quick note that I don't plan to review/merge this any time soon. This is a rather complicated change, and I don't have the capacity to review it now. Folks interested in using this can easily apply this PR onto their clone (or check it out directly). I may get back to this in the future |
This repo was exactly what I was looking for to get some quick hands-on with 8080 processor while reading the awesome book "Code: The Hidden Language of Computer Hardware and Software, 2nd Edition". Thanks a lot!
I started to implement highlighting of executed instruction, would also be nice to extend this to highlight changes in the register and memory view.
It seems to work, the only issue I could find is when "entering" on an highlighted line the caret positioning is messed up...