hex.tables.clean_table_entry__table (arity 1)ΒΆ

A table. When jumping to entry d - it xors d into dst, and jumps to hex.tables.ret

dst is a hex.

SignatureΒΆ

def clean_table_entry__table dst < .ret { ... }

Defined in hex/tables_init.fj β€” lines 60–62 (view on GitHub).

ComplexityΒΆ

  • Time: 4

  • Space: 256

See the complexity glossary for what @, w, dw, dbit, n mean.

Requires initΒΆ

The following must be initialised before this macro is invoked:

  • hex.tables.init_shared (or hex.init)

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: hex.tables.clean_table_entry__table/3 Next: hex.tables.jump_to_table_entry β†’