Redstone Computer

Okay
so, this will get VERY technical in the future

I'm trying to build a calculator, for that I need a few basic components

1a. Input numbers and operation at a control panel

1b. Convert all to binary

2. Save the binary code to storage

3. Calculate the numbers with the operation

4. Return the binary code to numbers

5. Display the numbers on a screen
 
Top