bit/math.fjΒΆ
βββ- Arithmetical Macros carry is both input and output
MacrosΒΆ
bitΒΆ
bit.inc1β Unsafe fordst==carry(but there is no reason in calling it that way)bit.incβ x is abit[:n]bit.decβ x is abit[:n]bit.negβ x is abit[:n]bit.add1β Unsafe fordst==carry(but there is no reason in calling it that way)bit.addβ dst,src arebit[:n]bit.subβ dst,src arebit[:n]
bit.incΒΆ
bit.inc.inc1_with_carry0_jumpβ Unsafe fordst==carry(but there is no reason in calling it that way)