Need help understanding

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Need help understanding

Unc_Red84
I am completely new to all of this. I am currently working Project2. I understand the logic behind the logic gates and chips, but I am struggling on building them. I’m trying to learn Boolean algebra as I go, but it’s starting to really kick my butt. Especially Inc16 and ALU. Any advice?
Reply | Threaded
Open this post in threaded view
|

Re: Need help understanding

WBahn
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?