8 Bit Binary Calculator
0 Stars     23 Views    

Author: Axolotl

Project access type: Public

Description:

Hello!

     This is an (almost) 1 Byte Calculator. I put a lot of effort into this, so I hope you like it! The calculator can add, subtract, multiply, and divide. I don't know how to use displays, so I'm sorry about that.

How it works:

Input 2 binary numbers and click the solve button to output another number.

The addition works by, of course, adding the numbers. For example, 11 + 110 = 1001 (3+6=9). The subtraction works by inversing the first digit of the addition. The multiplication works by adding that number when one appears and adding 0's accordingly. 11 x 110 = 110 + 1100 = 10010 ( 3 x 6 = 18 ) And the division works via subtraction, meaning, for example, 16/5 = 5 x 3 + 1. In this equation, 3 is the answer, and 1 is the remainder.

Created: Feb 01, 2025

Updated: Feb 01, 2025


Comments

You must login before you can post a comment.