Minecraft Maps / Redstone Device

Redstone 8 Bit Multiplier

  • 3,141 views, 1 today
  • 241 downloads, 0 today
  • 7
  • 1
  • 4
SilvercraftRedstone's Avatar SilvercraftRedstone
Level 25 : Expert Engineer
24
this is a 8 bit multiplier...

A*B = output
Progress100% complete
Tags

Create an account or sign in to comment.

1
01/05/2013 5:16 pm
Level 1 : New Miner
spacelad101
spacelad101's Avatar
I've been staring at this for a while and I cannot figure out how it works. I understand the how the input works however I do not understand the output I get. I guess what I am trying to say is how am I supposed to interpret the output it gives?
1
01/23/2017 11:05 am
Level 1 : New Miner
sanchopancho02
sanchopancho02's Avatar
I know this was 4 years ago but it's binary.
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
1
06/28/2012 8:28 pm
Level 34 : Artisan Engineer
ryanogilvie
ryanogilvie's Avatar
hey you mind if i use this as part of my project as well as your divider
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/
1
03/20/2012 8:55 pm
Level 53 : Grandmaster Pirate
RevolutionalRedStone
RevolutionalRedStone's Avatar
Nice, very nice.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome