zingen

Module jump

Source
Expand description

Jump table implementation.

This module defines the Jump enum and the JumpTable struct, which are used to manage various types of jumps in the program, including offsets, labels, function calls, and external functions.

Re-exports§

Modules§

  • pc 🔒
    Program counter handlers.
  • relocate 🔒
    Program Relocations
  • table 🔒
    Jump Table
  • target 🔒
    Target related operations of the jump table.

Enums§

  • Represents the different types of jumps in the program.