=============================== Integrated Adder and Subtractor [TOC] =============================== In this session we will build a device for adding and subtracting (unsigned) integers. In __Section 2.1__ we will introduce the so called multiplexer. How to subtract integers (by re-using the adder) is covers in __Section 2.2__. Finally we will combine addition and subtraction in a single device in __Section 2.3__. :links: Section 2.1 -> doc:session02/page02 Section 2.2 -> doc:session02/page03 Section 2.3 -> doc:session02/page03 :navigate: up -> doc:index next -> doc:session02/page01