Administrator
|
A central theme throughout all of the projects is, as much as possible, using prior pieces as building blocks for later pieces. This is why it is so important to implement the chips in the recommended order.
With that in mind, if you already have a chip that can add two 16-bit numbers together, can you think of a way to leverage that ability to increment a single 16-bit value by 1?
|