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.