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:
4Space:
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ΒΆ
Click to view the macro body
def clean_table_entry__table dst < .ret {
.clean_table_entry__table 256, dst, .ret
}
Depends onΒΆ
Used byΒΆ
Example usesΒΆ
hex.or.initinhex/logics.fjhex.and.initinhex/logics.fjhex.add.initinhex/math.fj
β Previous: hex.tables.clean_table_entry__table/3
Next: hex.tables.jump_to_table_entry β