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ยง

pub use table::JumpTable;

Modulesยง

pc ๐Ÿ”’
Program counter handlers.
relocate ๐Ÿ”’
Program Relocations
table ๐Ÿ”’
Jump Table
target ๐Ÿ”’
Target related operations of the jump table.

Enumsยง

Jump
Represents the different types of jumps in the program.