Skip to content

Show correct interpretations #2

@mnordahl

Description

@mnordahl

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions