Searched Projects

Tags: computer science

project.name
3 Stars     244 Views

I finally did it.
I made my own 8-bit CPU! With a bit of inspiration from other CircuitVerse projects and from a book called, Digital Computer Electronics.
The premade program does this: 12 + 6 - 3 + 2 (which equals 17)

program the computer by typing in the opcodes in the ROM

Opcodes: (X = address)
0X = Load X's value to Accumulator
1X = Add X's value to Accumulator
2x = Subtract X's value from Accumulator
ee = Take Accumulator's value and put it in the Output
ff = Halt/stop everything

Versions (Date format: DD/MM)
9/11 v1.0 - Finally finished it!


project.name
0 Stars     42 Views
User:

half adder and full adder

half adder and full adder

.


project.name
0 Stars     41 Views

project.name
1 Stars     163 Views

4-bit Arithmetic-logic unit made with 4 1-bit ALU by UFRPE students.

Creators: Felipe Garcez and Alysson Costa