JCU 501 (Programmable CPU)
1 Stars     5 Views    

Author: Jeff

Forked from: jbox1/JCU 501

Project access type: Public

Description:

New and improved JCU 501! The new JCU 501 contains two accumulators (one for each input), as well as capacity to handle it's own input stream.


You can either use the ROM or the RAM to program it 


Functions:

0 - A OR B        /  0000

1 - A AND B     /   0001

2 - A XOR B    /    0010

3 - A + B           /    0011

4 - A NOR B    /    0100

5 - A NAND B /    0101

6 - A XNOR B /    0110

7 - !(A + B)      /     0111

8 - A = B         /      1000

9 - A > B        /       1001

a - A < B        /       1010

b - 0               /       1011

c - A != B       /        1100

d - A <= B     /         1101

e - A >= Bf - 1 /       1110


Addresses:

0 - 0000

1 - 0001

2 - 0010

3 - 0011

4 - 0100

5 - 0101

6 - 0110

7 - 0111

8 - 1000

9 - 1001

a - 1010

b - 1011

c -  1100

d -  1101

e -  1110

f  -  1111


Tags (ignore):

CPU

ALU

Computer

CircuitVerse

Created: Sep 24, 2024

Updated: Sep 25, 2024


Comments

You must login before you can post a comment.