You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature
In memory view, one can easily see which bytes are read and written to (even some shading to indicate time).
Since a lot of asm code is self modifying it may be useful to see when executing a "sta" which byte was written, which is not always obvious. Ideally just highlight the byte the same way as in memory view.