Skip to content

Generate Map File #167

@TheJP

Description

@TheJP

For a backseat debugger it would be required to know, which lines in the .bs files correspond to which instructions.

Upholsterer2k can already generate a file which maps bssembler lines to instruction addresses. My proposal / feature request would therefore be, that Seatbelt generates a file which maps backseat lines to bssembler lines.

I could imagine a json file such as the following, but I can see other good alternatives too.

{
    "file1.bs": [
        {
            "bs-line": 1,
            "bsm-lines": [1,2,3]
        },
        {
            "bs-line": 2,
            "bsm-lines": [5]
        }
    ],
    "file2.bs": [
    ]
}

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