Calculates the absolute value of a signal, assuming that the number is a two's complement.
@override Logic abs() => packed.abs();