=============== Adding integers [TOC] =============== We will build some piece of hardware for adding integers (in binary representation). For the sake of being truthful, we will just use some simulation software (__CircuitVerse__) for logic gate circuits. But still, for a math class we will deal with some serious real-world things! In __Section 1.1__ we will introduce logic gates that will be used as building blocks for our hardware. In __Section 1.2__ we build our own devices for adding two and three bits. The result of this will be a so called half and full adder, and these will be used as building blocks for adding 4-bit and 8-bit patterns in __Section 1.3__. :links: CircuitVerse -> https://circuitverse.org Section 1.1 -> doc:session01/page02 Section 1.2 -> doc:session01/page03 Section 1.3 -> doc:session01/page03 :navigate: up -> doc:index next -> doc:session01/page02