Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

8-Bit-Calculator

8 Bit Calculator fully using logic gates and plexers A 8-Bit calculator which is created using only logic gates and plexers. No in-built arithmetic operator is used.

Working:

  1. Set the input 'A' to required number in binary format only.
  2. Set input 'B' in the same way.
  3. Now set the operations as: i. 00 for A + B ii. 01 for A - B iii. 10 for A * B iv. 11 for A/B a. In the Q/R section reset it for showing quotient b. Set it to show the remainder

Output will be shown on a seven segment display

About

8 Bit Calculator fully using logic gates and plexers

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors