-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Highlight the correct interpretations of each binary cell value in memory. I think the only reliable way to do this is to parse them from top to bottom, just like when they are executed.
I.e. assume the first cell m[0] is an instruction, and highlight that interpretation. Depending on what instruction it is, it will consume either one or two memory cells. If one, then we are done, but if two the next cell should be interpreted differently, e.g. as a decimal value or two registers.
Alternatively, instead of highlighting, show ONLY the correct interpretation and hide or simply remove the others. This would require changing the column layout, but would save some horizontal space.
Metadata
Metadata
Assignees
Labels
No labels