hex/tables_init.fjΒΆ
βββ- Init The Truth Tables:
MacrosΒΆ
hexΒΆ
hex.initβ This macro initializes all truth tables for thehex-macros.
hex.tablesΒΆ
hex.tables.init_allβ This is theinner-macroof hex.init, and itβs identical to it. see hex.init documentation.hex.tables.clean_table_entry__table/3β @Assumes: n must be a power of 2, and it must be (1<<n)-padded.hex.tables.clean_table_entry__table/1β A table. When jumping to entry d - it xors d into dst, and jumps to hex.tables.rethex.tables.jump_to_table_entryβ The macro assumes that jumper_to_table is afj-opthat jumps to a 256-padded table.