Push half AND table
(stack: &mut StackTracker)
| 12 | |
| 13 | /// Push half AND table |
| 14 | pub fn u4_push_half_and_table_stack(stack: &mut StackTracker) -> StackVariable { |
| 15 | stack.var(136, u4_push_half_and_table(), "and_table") |
| 16 | } |
| 17 | |
| 18 | /// Push half XOR table |
| 19 | pub fn u4_push_half_xor_table_stack(stack: &mut StackTracker) -> StackVariable { |