I made and improved this thing over the past few days...
I studied a design by Newomaster and made my own. It's my first time making one of these. Combinational logic is a little more difficult for me than sequential logic so this was a challenge.
It adds 4 sets of hexadecimal digits 1, 16, 256, and 4096(in decimal). It just looks like 1, 10, 100, and 1000 in hex.
It goes up to 1FFFF which is FFFF+FFFF+1 or 131071 in decimal.
![[Image: HexAdder_zps947d10c1.png]](http://img.photobucket.com/albums/v191/legofreak1988/minecraft/HexAdder_zps947d10c1.png)
I also made a GUI for it
![[Image: HexAdderGUI_zpsee260bb6.png]](http://img.photobucket.com/albums/v191/legofreak1988/minecraft/HexAdderGUI_zpsee260bb6.png)
As you can see, the display is much larger than the adder itself...
Adder:light gray
GUI:black
I studied a design by Newomaster and made my own. It's my first time making one of these. Combinational logic is a little more difficult for me than sequential logic so this was a challenge.
It adds 4 sets of hexadecimal digits 1, 16, 256, and 4096(in decimal). It just looks like 1, 10, 100, and 1000 in hex.
It goes up to 1FFFF which is FFFF+FFFF+1 or 131071 in decimal.
![[Image: HexAdder_zps947d10c1.png]](http://img.photobucket.com/albums/v191/legofreak1988/minecraft/HexAdder_zps947d10c1.png)
I also made a GUI for it
![[Image: HexAdderGUI_zpsee260bb6.png]](http://img.photobucket.com/albums/v191/legofreak1988/minecraft/HexAdderGUI_zpsee260bb6.png)
As you can see, the display is much larger than the adder itself...
Adder:light gray
GUI:black
![[Image: HexAdderGUIback_zpsfd1bc7cb.png]](http://img.photobucket.com/albums/v191/legofreak1988/minecraft/HexAdderGUIback_zpsfd1bc7cb.png)