Signed Integers

Since there are only two values that can be represented in a digital circuit, we must somehow indicate negative numbers using only 0s and 1s.

There are numerous ways to accomplish this, some of which are more intuitive for humans and some of which make hardware design simpler and more efficient. The following sections provide an overview of common signed integer systems.