Programmable Rainbow Redstone Computer
Table of contents
What is it?
PRRC is Programmable Rainbow Redstone Computer. This is my first 8-bit computer built in Minecraft that can be programmed in assembler. The program can be flashed using a Python script that places torches in accordance with the specified bits
Some specs:
- Clock frequency: 0.2Hz
- Registers: 30 (27 regular registers + 2 I/O + 1 Carry IN/OUT) (expands up to 256)
- Digital inputs/outputs: 2 registers x 8 bits = 16
- Flash size: 64 commands x 19 bits (expands up to 256 x 19)
- Assembler commands: 8 (PUT, MOV, JMP, BRC, NOR, AND, ADD, ADC)
Comparing two numbers in Minecraft using PRRC (YouTube):
Program flasher
coming soon...
How to use it
coming soon...