Pushes table for the value x * 16
(stack: &mut StackTracker)
| 76 | |
| 77 | /// Pushes table for the value x * 16 |
| 78 | pub fn u4_push_full_lookup_table_stack(stack: &mut StackTracker) -> StackVariable { |
| 79 | stack.var(17, u4_push_full_lookup(), "full_lookup_table") |
| 80 | } |
| 81 | |
| 82 | /// Does the given logical operation with parameters |
| 83 | pub fn u4_logic_with_table_stack( |