hex/mul.fj¶
Macros¶
hex¶
hex.add_mul/2— .mul.add_carry_dst : res += x * .mul.dst + .mul.add_carry_dsthex.add_mul/4— res[n] += a[n] * b[1]hex.mul— for n==b/2: n^2(5.5@+20)
hex.mul¶
hex.mul.init— This is where the add_mul “truth” tables are.