Searched Projects

Tags: calculator

project.name
1 Stars     301 Views
User:

Addition Substraction 8bits binary calculator

My first project

project.name
3 Stars     730 Views
User:

4-bit Calculator

4-operations math unit: addition, subtraction, multiplication, division. Two 4-bit inputs. No negative and float number support.
To be expanded later.

project.name
0 Stars     54 Views

Basic_Sum_v1

3 AND gates, 1 OR gate and 2 NOT gates.

project.name
0 Stars     68 Views

Sum3_v1

Sums 3 bits!

project.name
0 Stars     65 Views

Cal(N)


project.name
1 Stars     163 Views

project.name
1 Stars     109 Views
User:

Custom 16 Bit CPU Test 23 Public

16 Bit calculator that should be able to do most problems comprising of addition, subtraction, multiplication, and division through coding it

Cant do negatives or decimals

Can be programmed to do a variety of things, and can output to either numerical display, or a graphical display(yes you can graph functions to an extent)


project.name
0 Stars     92 Views
User:

16 Bit calculator that should be able to do most problems comprising of addition, subtraction, multiplication, and division through coding it

Cant do negatives or decimals

Can be programmed to do a variety of things, and can output to either numerical display, or a graphical display(yes you can graph functions to an extent)


Old project from awhile ago that I stopped working on due to lack of ideas


project.name
1 Stars     70 Views
User:

Addition Calculator

Add numbers from zero to three at the top (input 1) and bottom (input 2) and see what you get on the other end.


project.name
0 Stars     47 Views
User:

5bidig calc

working on a (bad) calculator.


project.name
0 Stars     110 Views

A simple 8-bit full adder / substractor.

S will compute the result of A + B or A - B

Use 7 bit numbers in subtraction mode (at least for B, to prevent an overflow).


project.name
0 Stars     51 Views

Based on TD4, a 4 bit CPU.

Pre-design for Minecraft.


project.name
0 Stars     62 Views
User:

Binary Calculator

A simple binary calculator.


project.name
1 Stars     96 Views

The possible instructions are:

  • 0 ADD12
  • 1 SUB34
  • 2 INC56
  • 3 DEC78
  • 4 NOR90
  • 5 AND12
  • 6 XOR12
  • 7 LDV12
  • 8 LDR12
  • 9 STR12
  • 10 BRZ12
  • 11 NOPXX
  • 13 LBL (future)
  • 14 future (probably something display-related)
  • 15 future (probably something display-related)

It is possible to program by writing directly to the keyboard or by loading into program memory, to write to program memory you need to make an assembler first.

Soon I will host this assembler on a website.Subcircuits that I need help with:

  • 8-bit registers (with the option to increment, get value, and save a value).
  • ULA parts of the above instructions
  • Ideas for graphical circuits
  • Or other ideas

If you have any questions, please contact me on telegram: @taffarel55


project.name
0 Stars     22 Views

calculator


project.name
0 Stars     31 Views
User:

2-bit Calculator #math

M A T H


project.name
0 Stars     31 Views

Intento crear una especie de calculadora a ver si soy capaz


project.name
1 Stars     74 Views
User:

4bit Calculator

Just an 4bit calculator made for fun and learning. Used the Alu in 4bit and made a 4bit Reg to safe numbers that the alu can calculate.


project.name
0 Stars     4 Views

4 bit adder subtractor

This is a 4 bit adder.