Skip to content

simice: improve handling of multiple symbols pointing to same line #27

Description

@stefandrissen

Real code:

@loop:

@var.L:
    ld hl,0             ; 0
@var.R:
    ld de,0             ; size / 5

simice only shows @loop

As I workaround I can adjust my code to:

@loop:
    if defined (debug)
        nop
    endif
@var.L:
    ld hl,0             ; 0
@var.R:
    ld de,0             ; size / 5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions