• 3/20/12 12:43 pm
- 3.8k views • 0 today
- save_alt 290 downloads
- Progress
- 100% complete
25
this is a 8 bit multiplier...
A*B = output
A*B = output
More like this
691074
2
Since 2010, 5.7 million Minecraft fans have joined PMC to create, share, and grow together. Whether you're here to browse, show your support or level up your skills, you're invited to be part of our community.
| 47,989 | People Online |
| 5,773,892 | Total Members |
| 3,512,260 | Minecraft Submissions |
| 4,913,576,491 | Total Submission Views |
| 769,612,619 | Downloads |
Have something to say?
There are 8 bits(B=Bit).
If a bit is off then ignore it.
B0=(2^0) B1=(2^1) B2=(2^2) B3=(2^3) B4=(2^4) B5=(2^5) B6=(2^6) B7=(2^7)
= B0=1 B1=2 B2=4 B3=8 B4=16 B5=32 B6=64 B7=128
Now lets say the output is 10101010
B0 + B2 + B4 + B6
= 1 + 4 + 16 + 64
= 85
this project is very nice and simple and works really well. i like how you are able to make it very compact and it would fit nicely with what i am trying to do. i have a computer im trying to build and its partially made except i need a math system to add in to it.
you can find my project here
http://www.planetminecraft.com/project/minecraft-tv-display/