posted by CompileForYou
on Fri, 2020-02-21 18:45

In-game name:
CompileForYou
Age (Optional):
14
Why are you interested in joining this server?:
I came from ORE and i wanted to find a new community, to problem solve in and build redstone in.
I wish to add general knowledge of computational redstone in other peoples minds. (in other terms teach)
I wish that the server will open a new side in problem solving.
I like to teach people redstone.
from logic gates to computers.
Current Redstone knowledge:
My current limits stand at making CCA ALUs (in the future at CLE)
i have been making redstone for 3 years
i know a lot about advanced and computational redstone.
Currently im making a CLE based CPU.
CLE = Carry look everywhere.
the point of CLE is to calculate every possible carry at once.
also CLEs outputs are synchronized (meaning there is no ripple)
Past Redstone Experience:
I have made made a 8-bit vertical modified accumulator RCA CPU with an custom instruction set. The CPU has 8 bytes of registers (including the accumulator). The CPU is capable of fast multiplication.
I have also made two computers (well if a MCC doesn't count then one computer)
.
simple program that adds 1+1 on the CPU would be like this:
In Machine Code (using Custom instruction set):
bin input(0000 0001) ;
W-INPUTREG-A && W-INPUTREG-B;
R-INPUTREG-A && R-INPUTREG-B;
In binary (using custom instruction set):
1111 1000 0000 0000 0000 0000 0000
the alu is 8-bit and uses two wide Xors for the fuller adders.
theres all the functions:
!A, !B, G0, G1, CIN, FC, W-ACC and R-ACC.
In maths:
0000 0001 + 0000 0001 = 0000 0010
CPU logic:
there are 8 registers:
anonymous registers 4 * 8 bits (meaning they are not tied to A or B)
A input registers 8 bits (directs data to the A input of the ALU)
B input registers 8 bits (directs data to the B input of the ALU)
for the instruction set:
2 lines of EEPROM or 14 * 8 bits of EEPROM.
the clock is wired at 16 ticks.
About how often do you play Minecraft?:
1-5 hours per day
Anything else you'd like to mention? (Optional):
I like to teach people computational redstone
Application status:
Approved
What kind of creations would you like to build on this server?:
I will try making Computers and help develop further ram in minecraft.