A two’s-complement system or two’s-complement arithmetic is a system in which
negative numbers are represented by the two’s complement of the absolute value.
First step - invert all bits of subtractor "0" to "1" and "1" to "0".
Second step - add "1" to the result from first step.
Final step - add the result from second step with the denominator.