Skip to content

FarJmp code #4

@sidristij

Description

@sidristij

Make dynamic label to allow jmp from one method body to another.

void method1()
{
    // ...
    var jmpto = MakeJmpLabel();
    // ...
}

void Method2()
{
    // ...
    jmpto.Jmp();
    // ...
}

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions